March 2021
Intermediate to advanced
232 pages
3h 25m
English
Some data that we need to use within our Playbooks may contain data that is sensitive and needs to be secured in some way, shape, or form. Rather than storing this sensitive data in cleartext directly in the Playbook, we can use ansible-vault to create a cyphertext file that we use with the Playbook. A simple requirement for this would be the user.yml file that we created earlier in the $HOME/ansible/setup directory; the user’s password is stored in the Playbook in cleartext, ...
Read now
Unlock full access