Update to 2022-08-09 13:00

This commit is contained in:
Daniel Berteaud
2022-08-09 13:00:15 +02:00
parent 62cd35b3cc
commit e0ae369ed1
9 changed files with 127 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
data_dir = "{{ consul_root_dir }}/data"
log_level = "{{ consul_conf.log_level }}"
bind_addr = "0.0.0.0"
client_addr = "0.0.0.0"
@@ -13,12 +12,6 @@ datacenter = "{{ consul_conf.datacenter }}"
node_name = {{ consul_conf.node_name }}
{% endif %}
node_meta {
{% for meta in consul_conf.node_meta.keys() | list %}
{{ meta }} = "{{ consul_conf.node_meta[meta] }}"
{% endfor %}
}
ports {
{% for service in consul_services.keys() | list %}
{% if service not in ['sidecar', 'expose'] and consul_services[service].port is defined %}