ansible/roles/check-compose/templates/check-compose.conf.j2
Adam Williamson ed6fb9c465 Update check-compose role for Greenwave integration
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-12-05 19:33:06 -08:00

35 lines
1 KiB
Django/Jinja

[main]
{% if checkcompose_server is defined %}
server: {{ checkcompose_server }}
{% endif %}
{% if checkcompose_url is defined %}
url: {{ checkcompose_url }}
{% endif %}
{% if checkcompose_greenwaveurl is defined %}
greenwave-url: {{ checkcompose_greenwaveurl }}
{% endif %}
{% if checkcompose_wait is defined %}
wait: {{ checkcompose_wait }}
{% endif %}
{% if checkcompose_emailfrom is defined %}
email-from: {{ checkcompose_emailfrom }}
{% endif %}
{% if checkcompose_emailto is defined %}
email-to: {{ checkcompose_emailto }}
{% endif %}
{% if checkcompose_smtp is defined %}
smtp: {{ checkcompose_smtp }}
{% endif %}
{% if checkcompose_json is defined %}
json: {{ checkcompose_json }}
{% endif %}
{% if checkcompose_loglevel is defined %}
loglevel: {{ checkcompose_loglevel }}
{% endif %}
[Fedora-Atomic]
{% if checkcompose_atomic_emailto is defined %}
email-to: {{ checkcompose_atomic_emailto }}
{% endif %}
{% if checkcompose_atomic_emailerror is defined %}
email-error: {{ checkcompose_atomic_emailerror }}
{% endif %}