Add display IPs to Ansible
This commit is contained in:
parent
132d62452a
commit
aa94893861
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ predavalnice_pi:
|
|||
- "212.235.188.29"
|
||||
hosts:
|
||||
p01_touch_display:
|
||||
ansible_host: "192.168.192.111"
|
||||
predavalnica: p01
|
||||
static_ip: "192.168.192.111"
|
||||
hostname: "p01_touch_display.local"
|
||||
|
|
@ -20,6 +21,7 @@ predavalnice_pi:
|
|||
mqtt_host: "192.168.192.42"
|
||||
|
||||
p22_touch_display:
|
||||
ansible_host: "192.168.192.112"
|
||||
predavalnica: p22
|
||||
static_ip: "192.168.192.112"
|
||||
hostname: "p22_touch_display.local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue