Ansible but more better

This commit is contained in:
Miha Frangež 2025-09-12 17:46:09 +02:00
parent 29b2beca5a
commit b7ce9d850d
13 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,20 @@
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"