mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2022-08-01 22:00
This commit is contained in:
		| @@ -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 %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud