Decrypting the secrets of Ansible Vault in PowerShell
Ansible Vault is a pretty nifty tool that allows people to easily encrypt secrets for use in Ansible. It’s a builtin tool that can be use to encrypt secrets and make them easily usable for Ansible. When calling Ansible, you must supply the password by either manually entering it or use a password file. From … [Read more…]