You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even if the variable vault_tls_client_ca_file is defined, there is no such definition in vault_tcp_listeners. So without setting a custom vault_tcp_listeners the CA certificate will not be copied.
Hi,
even if the variable
vault_tls_client_ca_file
is defined, there is no such definition invault_tcp_listeners
. So without setting a customvault_tcp_listeners
the CA certificate will not be copied.see:
https://github.com/ansible-community/ansible-vault/blame/5ed64bc4714470d7b9475cdd5ac479608addeff5/templates/vault_main_configuration.hcl.j2#L24
https://github.com/ansible-community/ansible-vault/blame/5ed64bc4714470d7b9475cdd5ac479608addeff5/defaults/main.yml#L92
The text was updated successfully, but these errors were encountered: