You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffmyk-ansible/roles/install_wgkex/templates/wgkex.yaml.j2

13 lines
240 B
Django/Jinja

---
domains:
{% for site in sites %}
- ff{{ site.name }}
{% endfor %}
mqtt:
broker_url: "{{ wgkex_host }}"
broker_port: {{ wgkex_port }}
username: "{{ wgkex_username }}"
password: "{{ wgkex_password }}"
keepalive: 5
tls: True