summaryrefslogtreecommitdiff
path: root/roles/install_wgkex/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_wgkex/templates')
-rw-r--r--roles/install_wgkex/templates/wgkex.yaml.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/install_wgkex/templates/wgkex.yaml.j2 b/roles/install_wgkex/templates/wgkex.yaml.j2
new file mode 100644
index 0000000..a8aec9c
--- /dev/null
+++ b/roles/install_wgkex/templates/wgkex.yaml.j2
@@ -0,0 +1,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