30 lines
No EOL
649 B
Django/Jinja
30 lines
No EOL
649 B
Django/Jinja
Hostname: {{ ansible_facts['hostname'] }} running {{ansible_facts['distribution'] }} on address {{ addr }}
|
|
Connected projectors: {{ barco_G62[0].ip }}
|
|
|
|
[global]
|
|
room = {{ room }}
|
|
mqttIp = {{ mqtt_ip }}
|
|
mqttPort = {{ mqtt_port }}
|
|
|
|
{% if barco_G62 %}
|
|
{%+ for projector in barco_G62 +%}
|
|
[{{projector.model}}.{{projector.position}}]
|
|
ip = {{projector.ip}}
|
|
port = {{projector.port}}
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
{%+ if tse_box +%}
|
|
serial_device = {{ tse_box.serial_device }}
|
|
{% endif %}
|
|
|
|
{%+ if projector_motors +%} {# change to appropriate thingy for running them #}
|
|
{% end if %}
|
|
|
|
{%+ if extron_audio +%}
|
|
|
|
{% endif %}
|
|
|
|
{%+ if extron_video +%}
|
|
|
|
{% endif %} |