You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hey guys,
How do people manage many multiple files that are for the vault?
grep vault ansible.cfg
vault_password_file = roles/blah/files/*.env
The idea here is to tell ansible that all env files in roles/blah/files are to be used with the vault. All will use same password. Can this be done? Most of the guides I have seen imply that the vault is mainly for using a single "vault file".