summaryrefslogtreecommitdiff
path: root/roles/install_wgkex/templates/wgkex.yaml.j2
blob: a8aec9cc158ab4c100a534011aa4ea5fbc1f4cef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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