Ansible but more better
This commit is contained in:
parent
29b2beca5a
commit
b7ce9d850d
13 changed files with 172 additions and 0 deletions
|
@ -1,38 +0,0 @@
|
|||
[global]
|
||||
room = "{{ room }}"
|
||||
mqttHost = "{{ mqtt_ip }}"
|
||||
mqttPort = {{ mqtt_port }}
|
||||
|
||||
{% if barco_G62 is defined %}
|
||||
{%+ for projector in barco_G62 +%}
|
||||
[{{projector.model}}.{{projector.position}}]
|
||||
ip = "{{projector.ip}}"
|
||||
port = {{projector.port}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{%+ if tse_box is defined +%}
|
||||
{# serial_device = "{{ tse_box.serial_device }}" #}
|
||||
{% endif %}
|
||||
|
||||
{%+ if projector_motors is defined +%} {# change to appropriate thingy for running them #}
|
||||
{%+ for motor in projector_motors +%}
|
||||
[projector_motors.{{motor.position}}]
|
||||
i2c_address = {{motor.i2c_address}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{%+ if extron_audio is defined +%}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{%+ if extron_video is defined +%}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{%+ if lucke is defined +%}
|
||||
[lucke]
|
||||
url = "{{ lucke.url }}"
|
||||
roomId = "{{ lucke.roomId }}"
|
||||
bearer_token = "{{ lucke.bearer_token }}"
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue