Is there a way to have a playbook for a particular server know to prompt for a vault password automatically, rather than needing to pass --ask-vault-pass on the command line? I only store encrypted information in a vault for some of my servers, so I do only need to use --ask-vault-pass on some of them, and it would be nice if I could just define: use_vault: True or something similar in the playbook rather than needing to pass an argument on the command line. Is this possible?
Thanks,
Andrew