How to set and use sudo password for Ansible Vault
Ansible Vault allows you to encrypt sensitive data such as passwords, certificates, and keys, so that they can be stored safely in version control. To set a sudo password for Ansible Vault, you need to use the ansible-vault command as follows: Create an encrypted file: ansible-vault create secret.yml Enter a password for the vault. Enter … Read more