Vault
Learn about the Ansible vault, which allows us to store sensitive information and passwords securely.
We'll cover the following
The Ansible vault encrypts variables and files to protect sensitive content and lets us use them with Ansible playbooks or roles. The AES 256
cipher protects files with strong encryption in the latest versions of Ansible.
We can manage the Ansible vault using the ansible-vault
command in the terminal included in all Ansible installations.
Get hands-on with 1200+ tech skills courses.