ansible-vault icon indicating copy to clipboard operation
ansible-vault copied to clipboard

:key: Ansible role for Hashicorp Vault

Results 65 ansible-vault issues
Sort by recently updated
recently updated
newest added

This `for` loop is looping through all (remaining) hosts from group - but it's using `vault_iface` value of current host. I believe that's part of the issue with #211 There's...

Hashicorp renamed its enterprise pkgs to `+ent.hsm` and `+ent` (https://releases.hashicorp.com/vault/) this PR adjusts the role accordingly Furthermore: * actually download the checksum file from hashicorp CDN * allow enterprise installation...

help wanted

There's no need for get_url/shell/stat/etc. tasks when you can simply use a url lookup for fetching the package checksum.

This allows to configure a Vault Transit Auto-Unseal as documented in - [https://www.vaultproject.io/docs/configuration/seal/transit](https://www.vaultproject.io/docs/configuration/seal/transit) - [https://learn.hashicorp.com/tutorials/vault/autounseal-transit](https://learn.hashicorp.com/tutorials/vault/autounseal-transit)

needs more work

I'm just starting to get up to speed on Nomad, Consul, and Vault and one thing I noticed missing here was the ability to set custom configuration values. This would...

New TLS certificates should reload/restart vault to make it use them. fixes #271

When `vault_tls_config_path` already exists and `vault_tls_copy_keys` is set to `false`, only the certificates root folder (`vault_tls_config_path`) get the correct permission while the certificates inside aren't touched.

needs more work

# Actual behaviour When I changed the TLS certificate of the the vault server, it did not automatically reload the vault daemon and thus failed the health check as it...

Suggestion to rename this role to distinguish it from ansible vault. The name: `ansible-community.ansible-vault` really makes it look like it's related to [ansible vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html) rather than hashicorp vault / vaultproject....