File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ This software has the same license as Ansible, GPLv3.
5151 This can be useful when, for example, you're interpolating variables
5252 into the ` regexp ` argument of the built-in ` lineinfile ` module.
5353
54+ * ` vault_from_gpg_agent.py ` script that allows ansible's vault to read
55+ its password via gpg-agent. See this [ mailing_list_post] for the
56+ rationale. The script can be used like this:
57+
58+ ansible-playbook setup.yml --vault-password-file vault_from_gpg_agent.py
59+
60+ The script must be executable (chmod +x).
61+
5462[ augtool_mod ] : http://dsedivec.github.io/ansible-plugins/#augtool
5563[ augtool ] : http://augeas.net/tour.html
5664[ load_gpg_vars_mod ] : http://dsedivec.github.io/ansible-plugins/#load_gpg_vars
You can’t perform that action at this time.
0 commit comments