mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-03 16:00
This commit is contained in:
@@ -57,3 +57,12 @@ service_registration "consul" {
|
||||
{% endif %}
|
||||
|
||||
ui = {{ vault_conf.ui | ternary('true', 'false') }}
|
||||
|
||||
telemetry {
|
||||
{% for key in ['prometheus_retention_time'] %}
|
||||
{{ key }} = "{{ vault_conf.telemetry[key] }}"
|
||||
{% endfor %}
|
||||
{% for key in ['disable_hostname'] %}
|
||||
{{ key }} = {{ vault_conf.telemetry[key] | ternary('true', 'false') }}
|
||||
{% endfor %}
|
||||
}
|
||||
|
Reference in New Issue
Block a user