Conversation
|
Looks very useful!! Fixed the merge conflict and opened #8472 |
|
rebased and pushed branch |
|
moved this to clean PR at #8533 |
|
Which version of Ansible was this feature released in? I am using 1.8.2 (RHEL6 latest) but it's not working. |
|
It wasn't - this PR was closed without merging, #8533 is the new one but it's outdated and still open :( |
|
Please :) could you merge that ? |
|
+1 would be awesome to have this |
|
This is not working with 1.7.2. I am using the exact lines with roles. |
|
@flmmartins The PR proposes a feature that has not made it into Ansible yet, so indeed it is not available in 1.7.2. |
|
knock knock knock ! +1 +1 ! |
|
This was opened over a year ago. Which was squashed; utterly and completely. 😞 |
|
this helped me. I do not understand WHY Ansible Vault is designed this way. It makes handling of files worse. https://dantehranian.wordpress.com/2015/07/24/managing-secrets-with-ansible-vault-the-missing-guide-part-1-of-2/ |
now the file lookup plugin will automatically decrypt vault files, it should also be easy to add vault support to other lookups using this.
example:
output of : ansible-playbook -i 'localhost,' test.yml
output of : ansible-playbook -i 'localhost,' test.yml --ask-vault-pass