Add else and items for loop to monit-dashboard

This commit is contained in:
KemoNine 2020-08-09 01:28:55 -04:00
parent b80d1e54f5
commit ec3e35ff9a
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
owner: root
group: root
mode: 0600
with_items: groups['frames']
notify:
- restart monit-dashboard
tags:

View File

@ -3,7 +3,7 @@
"url": "http://127.0.0.1:2812",
"user": "{{ monit_web_user }}",
"passwd": "{{ monit_web_pasword }}"
}{{ "," if items is defined and (items|length>0) }}
}{{ "," if items is defined and (items|length>0) else "" }}
{% for frame in items %}
"{{ frame.name }}": {
"url": "http://{{ frame.wireguard_address }}:2812",