Use this tag for questions regarding the usage of Ansible Vault for protecting data for playbooks and roles.
The settings Consider an Ansible inventory file similar to the following example: [san_diego] host1 host2 [san_francisco] host3 host4 […
encryption ansible ansible-playbook ansible-vaultI have been waiting for ansible 2.3 as it was going to introduce encrypt_string feature. Unfortuately I'm not sure how …
ansible ansible-vaultI have created my own custom library, I added my custom library in the common folder of my repository. In …
include ansible ansible-playbook ansible-vaultI am a newbie to ansible and I am using a very simple playbook to issue sudo apt-get update and …
security ansible ansible-vaultI have an Ansible playbook with vault, and I want to ask for vault password through the prompt box in …
ansible ansible-vaultI'm trying to figure out how to provide the following facilities to a Python script so that it can: Import …
python encryption ansible ansible-vaultI'm trying to encrypt some password but would like to encrypt just part of the string instead of the whole …
ansible ansible-vaultOne of my roles has two different variable types. One is public (things like package versions and other benign information). …
ansible ansible-vaultI have two roles, one of which has a group_vars file that is vaulted, and another that is not. …
ansible ansible-playbook ansible-vaultI'd like to see the actual git commit changes in the ansible vault file. Is there an easy way how …
git diff ansible ansible-vault