How to unlock ansible vault with keychain
Decrypting Ansible vault by entering a password every time is a hassle. Another alternative – using a password file to store password – isn't good either, as it isn't secure to store a vault password in plain text. Turned out, Ansible allows passing a script to --vault-password-file that