Update to 2022-08-11 11:00

This commit is contained in:
Daniel Berteaud
2022-08-11 11:00:17 +02:00
parent 617c1583eb
commit 9d4a3e4947
9 changed files with 80 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ consul_user: consul
# Root directory where consul will be installed
consul_root_dir: /opt/consul
# If ACL are enabled, you need to set a management token for ansible
# to be able to manage Consul (eg snapshot before upgrades)
# consul_mgm_token: XXXXXXXXX
# List of consul servers name or IP
consul_servers: []
@@ -41,6 +45,10 @@ consul_base_conf:
# You can define the datacenter in which this agent is running. The default value is dc1
# datacenter: dc1
# When several DC are used, one must be set as the primary. This DC will be used as the
# source for ACL replication
# primary_datacenter: dc1
# Node name, which should be uniq in the region. Default is the hostname
# node_name: consule-fr-zone-c