{ "data_dir": "/var/lib/consul", "bind_addr": "[::]", "advertise_addr": "{{ ipv6 }}", "addresses": { "dns": "[::]", "http": "[::]" }, "retry_join": [ {% for selected_host in groups['cluster_nodes']|reject("sameas", ansible_fqdn) %}{# @FIXME: Reject doesn't work #} "{{ hostvars[selected_host]['ipv6'] }}" {{ "," if not loop.last else "" }} {% endfor %} ], "bootstrap_expect": 3, "server": true, "ui": true, "ports": { "dns": 53 }, "recursors": [ "{{ dns_1 }}", "{{ dns_2 }}" ], "encrypt": "{{ consul_gossip_encrypt }}", "domain": "2.cluster.deuxfleurs.fr", "performance": { "raft_multiplier": 10, "rpc_hold_timeout": "30s", "leave_drain_time": "30s" }, "telemetry": { "disable_hostname": true, "prometheus_retention_time": "2h" } }