Ansible but more better
This commit is contained in:
parent
29b2beca5a
commit
b7ce9d850d
13 changed files with 172 additions and 0 deletions
|
@ -1,51 +0,0 @@
|
|||
predavalnice_pi:
|
||||
|
||||
# Skupne spremenljivke za vse krmilnike
|
||||
vars:
|
||||
|
||||
ansible_user: pi
|
||||
|
||||
# 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"
|
||||
|
||||
# Lokalni MQTT
|
||||
mqtt_ip: localhost
|
||||
mqtt_port: 1883
|
||||
|
||||
# Nastavitve za vse posamezne predavalnice
|
||||
hosts:
|
||||
|
||||
P01:
|
||||
room: P01
|
||||
ansible_host: 192.168.192.42
|
||||
static_ip: 192.168.192.42
|
||||
|
||||
# Novi barco projektorji
|
||||
barco_G62:
|
||||
- position: main
|
||||
model: barco_G62
|
||||
port: 3023
|
||||
ip: 192.168.192.12
|
||||
- position: side
|
||||
model: barco_G62
|
||||
port: 3023
|
||||
ip: 192.168.192.13
|
||||
|
||||
tse_box:
|
||||
|
||||
projector_motors:
|
||||
- position: main
|
||||
i2c_address: 0x42
|
||||
offset: 0 #for when using single 8 channel relay board
|
||||
- position: side
|
||||
i2c_address: 0x43
|
||||
offset: 4
|
||||
|
||||
lucke:
|
||||
url: http://192.168.190.90:8091
|
||||
roomId: 1
|
||||
bearer_token: 0954afe1-4111-4f89-a123-fea08a55dc46
|
Loading…
Add table
Add a link
Reference in a new issue