ansible-vault
ansible-vault copied to clipboard
:key: Ansible role for Hashicorp Vault
The `tls_disable` value in particular was causing the UI to show that TLS was disabled despite being actually enabled. That's likely a bug in the Vault UI code, but there's...
Hi, 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. see: https://github.com/ansible-community/ansible-vault/blame/5ed64bc4714470d7b9475cdd5ac479608addeff5/templates/vault_main_configuration.hcl.j2#L24...
hello i have 4 vault instances i want 1 to just be a transit engine and the other 3 i want to be clustered and have ssh engine enbled (thats...
Notify Restart vault handler as in the other install tasks.
We need to host HashiCorp Vault in an airgapped environment on RHEL9 with artifactory as caching service for e.g. official RedHat- or Ubuntu-repos. Right now the code will add the...
Add the possibility the possibility to set vault_port < 1024 without crashing by adding the `CAP_NET_BIND_SERVICE` capability when necessary.
This fixes #374
Vault 1.19+ introduces [Indirect value references](https://developer.hashicorp.com/vault/docs/configuration/seal#indirect-value-references). Enhance seal transit token management by introducing support for remote copying a seal transit token file. This token file would then be referenced by...
The playbook fails on https://github.com/ansible-community/ansible-vault/blob/v3.0.0/tasks/main.yml#L52 with this error message when not installing vault_enterprise: ``` TASK [ansible-community.ansible-vault : Compute if installation is required] *** fatal: [default]: FAILED! => {"msg": "The task...