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

:key: Ansible role for Hashicorp Vault

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

The [Production Hardening](https://learn.hashicorp.com/tutorials/vault/production-hardening) guide have the following bullet: > Use Correct Filesystem Permissions. Always ensure appropriate permissions are applied to files prior to starting Vault, especially those containing sensitive information....

Hi, looking at https://github.com/ansible-community/ansible-vault/blob/master/templates/vault_backend_raft.j2: ```jinja2 {% for server in groups[vault_raft_group_name] | difference([inventory_hostname]) %} {% if not (vault_tls_disable | bool) %} retry_join { leader_api_addr = "{{ hostvars[server]['vault_api_addr'] | default(vault_protocol + '://'...

help wanted

Hi @briantist and @ansible-community/hashicorp-tools o/ We recently bootstrapped a new community Ansible collection for hashicorp vault here: https://github.com/ansible-collections/community.hashi_vault CI is in place with the help of GitHub actions for testing...

Hi there This is my mistake for reading the doc too quickly, but [vault_service_registration_consul_service_tags](https://github.com/ansible-community/ansible-vault#vault_service_registration_consul_service_tags) is a bit misleading : anyone could understand by the name it's a list of tag,...

While deploying an Enterprise Vault/Consul Cluster for a customer, I discovered the following issue. While setting up `vault_checksum_file_url` to the location where to find the Enterprise checksum for Vault Enterprise...

enhancement

I've been looking for a windows installation for vault through ansible and did not find one as stated in the README in the community. As a results I've been working...

#302 Is it possible to handle package installation conditionally like this ? This method comes from ansible-community.ansible-nomad role. I think that RedHat8.yml can be removed too with this solution.

Can't install Hashicorp Vault using this role because of a missing package on most recent RedHat family OSes. I'll create a pull request to resolve the issue using the solution...

Enabling Audit Logs Device to be ready for any logging collector like Datadog, I can not find that in the documentation yet. Is there any support for such feature using...

Hello, I can't install `ansible_vault` from `pip3 install ansible_vault` on my ubuntu 22.04.4 LTS server I have the error: ``` error: subprocess-exited-with-error × Building wheel for ansible-vault (pyproject.toml) did not...