September 2018
Beginner to intermediate
214 pages
5h 53m
English
To be able to explore the features of Ansible Vault, we need to make sure we have created at least one encrypted file to store our variables in. For this, we need to use the ansible-vault tool as follows:
ansible-vault create /home/admin/Vault/vault.yml
A password entry prompt will appear, to ask for the password for the newly created Vault file. After typing in the password and confirming it, a new Vault file will be created in the specified location. A default text editor will open for us so that we can fill in the vault file.
Read now
Unlock full access