27 lines
772 B
YAML
27 lines
772 B
YAML
predavalnice_pi:
|
|
# Skupne spremenljivke za vse zaslone
|
|
vars:
|
|
ansible_user: pi
|
|
|
|
# Check here: https://github.com/leukipp/touchkio/releases
|
|
touchkio_version: "1.3.1"
|
|
# Multimedia network
|
|
static_ip_cidr: "24"
|
|
static_ip_gateway: "192.168.192.1"
|
|
static_ip_dns_servers:
|
|
- "212.235.188.28"
|
|
- "212.235.188.29"
|
|
hosts:
|
|
p01_touch_display:
|
|
predavalnica: p01
|
|
static_ip: "192.168.192.111"
|
|
hostname: "p01_touch_display.local"
|
|
kiosk_url: "http://192.168.192.42?room=P01"
|
|
mqtt_host: "192.168.192.42"
|
|
|
|
p22_touch_display:
|
|
predavalnica: p22
|
|
static_ip: "192.168.192.112"
|
|
hostname: "p22_touch_display.local"
|
|
kiosk_url: "http://192.168.192.43?room=P22"
|
|
mqtt_host: "192.168.192.43"
|