Hi, at my organization almost every playbook uses the vault, so we need to constantly pass the --ask-vault-pass option when invoking Ansible. Thinking that I could save a few characters from being typed by using the ansible.cfg file, I checked the configuration file documentation <http://docs.ansible.com/ansible/intro_configuration.html> and found no reference at all, so I thought that maybe that wasn't a supported setting. Out of curiosity -- and in part encouraged by that very documentation page -- I looked at the constants.py file and found it there <https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L131> !
I modified my ansible.cfg with that new information and it did work as I expected. However, it is not documented, so I'm asking if this is a simple oversight (I could create a new issue in GitHub or submit a MR) or it is not documented for other reasons? Thanks a lot, Carlos. -- 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/CAPjvz2kEDOtty6713uzcmdNSqAz_HO9M_x3_cCxOpy%2BRowA1CQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
