ansible-community / ansible-vault

:key: Ansible role for Hashicorp Vault
BSD 2-Clause "Simplified" License
364 stars 194 forks source link

Ansible Module for crud operations with Vault? #334

Closed darthVikes closed 10 months ago

darthVikes commented 1 year ago

Is there an Ansible Module for crud operations with Ansible Vault? Want to be able to add new credentials into my Ansible vault? or delete old ones?

FalcoSuessgott commented 11 months ago

I use https://docs.ansible.com/ansible/latest/collections/community/hashi_vault/index.html and for not supported operations the ansible uri module

darthVikes commented 10 months ago

I use https://docs.ansible.com/ansible/latest/collections/community/hashi_vault/index.html and for not supported operations the ansible uri module

Would introduce a dependence on Hashicorp Vault, and also assumes you have that set up. Vs using a more Native Vault in Ansible Vault.

FalcoSuessgott commented 10 months ago

Soory read that wrong.. Well this repo is about installing and configuring Hashicorp Vault and doesnt have anything to do with Ansible Vault, its 2 different things