mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-01 19:00
This commit is contained in:
@@ -23,6 +23,9 @@ consul_base_conf:
|
||||
log_level: INFO
|
||||
bind_addr: 0.0.0.0
|
||||
|
||||
# Recursive DNS resolver to which non authoritative queries will be sent
|
||||
recursors: "{{ ansible_dns.nameservers }}"
|
||||
|
||||
# Address that is advertised to the other nodes
|
||||
advertise_addr: "{{ ansible_default_ipv4.address }}"
|
||||
# You can also advertise the WAN addr
|
||||
@@ -34,6 +37,12 @@ consul_base_conf:
|
||||
# Node name, which should be uniq in the region. Default is the hostname
|
||||
# node_name: nomade-fr-zone-c
|
||||
|
||||
# Arbitrary metadata
|
||||
# node_meta:
|
||||
# instance_type: t2.medium
|
||||
# env: staging
|
||||
node_meta: {}
|
||||
|
||||
# Optional encryption key for the gossip protocol
|
||||
# You can generate one with cinsul keygen. The key should be the same on all the members
|
||||
# encrypt: WSnGbK30nI6K/xk9w+AAtk0Y3RMXKoAlsj4VEICqi0I=
|
||||
@@ -49,6 +58,9 @@ consul_base_conf:
|
||||
performance:
|
||||
raft_multiplier: 1
|
||||
|
||||
telemetry:
|
||||
prometheus_retention_time: 1h
|
||||
|
||||
consul_extra_conf: {}
|
||||
consul_host_conf: {}
|
||||
consul_conf: "{{ consul_base_conf | combine(consul_extra_conf, recursive=True) | combine(consul_host_conf, recursive=True) }}"
|
||||
|
Reference in New Issue
Block a user