0

Form the ansible documentation https://docs.ansible.com/ansible/latest/user_guide/vault.html It seems we can only encrypt/decrypt files using ansible-vault. Can it not add new secrets to my vault instance?

codec
  • 7,978
  • 26
  • 71
  • 127

1 Answers1

0

You can add or remove anything in that respective vault file using the ansible-vault edit file.yml. This is already been included in the vault documentation. Please clarify your question a bit more if this is now what you asked for.