mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-07-08 16:00
This commit is contained in:
@@ -123,23 +123,6 @@ consul_conf: "{{ consul_base_conf | combine(consul_extra_conf, recursive=True) |
|
||||
# ui_config:
|
||||
# enabled: False
|
||||
|
||||
consul_base_vault_agent:
|
||||
# vault_address: https://active.vault.service.consul:8200
|
||||
#
|
||||
## Only one of approle or token should be used
|
||||
# auth:
|
||||
# approle:
|
||||
# role_id: XXXX
|
||||
# secret_id: YYYY
|
||||
# token: XXXXXXX
|
||||
pki:
|
||||
enabled: False
|
||||
path: pki/consul
|
||||
role: consul-{{ consul_conf.server | ternary('server', 'client') }}
|
||||
consul_extra_vault_agent: {}
|
||||
consul_host_vault_agent: {}
|
||||
consul_vault_agent: "{{ consul_base_vault_agent | combine(consul_extra_vault_agent, recursive=True) | combine(consul_host_vault_agent, recursive=True) }}"
|
||||
|
||||
# List of services exposed by consul, the ports they use, and the list of IP
|
||||
# for which the service is accessible at the firewall level (if iptables_manage == True)
|
||||
consul_base_services:
|
||||
|
Reference in New Issue
Block a user