Hi 

Struggling to get my head around this. According to the best practices, 
I've put the root password for all the vms in a vault encrypted file, and 
the variables are vault_ prefixed as suggested in 
http://docs.ansible.com/ansible/playbooks_best_practices.html#best-practices-for-variables-and-vaults
 
. I don

My directory structure: 
ls /etc/ansible/group_vars/

vars
vault

cat vars
ansible_become_user=vault_ansible_become_user
ansible_become_pass=vault_ansible_become_pass


And vault contains the secure data, and is ansible-vault encrypted.

How do I then pull that into a playbook/command line argument?


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0c7ce3aa-c93c-4ae7-86e2-ef98a818bef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to