mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
Update to 2022-08-01 22:00
This commit is contained in:
parent
8179fd8b6b
commit
a940a671f5
@ -61,6 +61,9 @@ consul_base_conf:
|
|||||||
telemetry:
|
telemetry:
|
||||||
prometheus_retention_time: 1h
|
prometheus_retention_time: 1h
|
||||||
|
|
||||||
|
connect:
|
||||||
|
enabled: False
|
||||||
|
|
||||||
consul_extra_conf: {}
|
consul_extra_conf: {}
|
||||||
consul_host_conf: {}
|
consul_host_conf: {}
|
||||||
consul_conf: "{{ consul_base_conf | combine(consul_extra_conf, recursive=True) | combine(consul_host_conf, recursive=True) }}"
|
consul_conf: "{{ consul_base_conf | combine(consul_extra_conf, recursive=True) | combine(consul_host_conf, recursive=True) }}"
|
||||||
|
@ -61,3 +61,9 @@ recursors = [
|
|||||||
telemetry {
|
telemetry {
|
||||||
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"
|
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{% if consul_conf.connect.enabled %}
|
||||||
|
connect {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user