You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Ansible Vault can only be used with static files on disk within a playbook tree.
Dynamic inventory scripts push out group_vars and host_vars as part of the inventory definition (in JSON format). However there's no way to store and transmit AV-protected items there (you would have to implement the encryption/decryption logic yourself outside of Ansible).
We're using a hybrid approach right now where virtually all variables are stored and delivered by the dynamic inventory script, but we also have a handful of AV-protected global group_vars on disk within the playbook tree. It would be great if we could migrate those to the dynamic inventory system as well.
Steps To Reproduce:
Create new JSON convention for Ansible Vault items
Allow items to be seamlessly decrypted during playbook runs.
Expected Results:
Actual Results:
The text was updated successfully, but these errors were encountered:
As of April of 2016, we have started using the Ansible Proposal process for large feature ideas or changes in current functionality, such as this. Because this issue has been open for so long without any action, we are going to go ahead and close it at this time. If you are still interested in seeing this new feature get into Ansible, please submit a proposal for it using this process.
Issue Type: Feature Idea
Ansible Version: 1.7.2
Environment: N/A
Summary:
Currently Ansible Vault can only be used with static files on disk within a playbook tree.
Dynamic inventory scripts push out group_vars and host_vars as part of the inventory definition (in JSON format). However there's no way to store and transmit AV-protected items there (you would have to implement the encryption/decryption logic yourself outside of Ansible).
We're using a hybrid approach right now where virtually all variables are stored and delivered by the dynamic inventory script, but we also have a handful of AV-protected global group_vars on disk within the playbook tree. It would be great if we could migrate those to the dynamic inventory system as well.
Steps To Reproduce:
Expected Results:
Actual Results:
The text was updated successfully, but these errors were encountered: