########################################## | ########################################## | ||||
{{ get_config('presence_events', 'False') }} | {{ get_config('presence_events', 'False') }} | ||||
{% endif %} | {% endif %} | ||||
{% if 'consul_config' in cfg_master %} | |||||
##### consul_config ##### | |||||
########################################## | |||||
consul_config: | |||||
{% for name, value in cfg_master['consul_config'].items() %} | |||||
{{ name }}: {{ value }} | |||||
{%- endfor %} | |||||
{%- endif %} |