mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-11 11:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user