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.
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
3 years ago
|
---
|
||
|
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
|