mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
![]() |
log_level = "{{ consul_conf.log_level }}"
|
||
|
|
||
|
node_meta {
|
||
|
{% for meta in consul_conf.node_meta.keys() | list %}
|
||
|
{{ meta }} = "{{ consul_conf.node_meta[meta] }}"
|
||
|
{% endfor %}
|
||
|
}
|
||
|
|