mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01: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
	 Daniel Berteaud
					Daniel Berteaud