August 2015
Intermediate to advanced
168 pages
3h 32m
English
The following table lists all the subcommands that the Ansible-vault utility comes with:
|
Subcommand |
Description |
|---|---|
|
|
This creates a encrypted file from scratch using the editor. This needs the editor environment variable set before launching the command. |
|
|
This edits the existing encrypted file with an editor, without decrypting the contents. |
|
|
This encrypts an existing file with structured data. |
|
|
This decrypts the file. Use this with care and do not commit the decrypted file to version control. |
|
|
This changes the key or password used to encrypt or decrypt. |
Let's perform some operations using Ansible-vault. We will start by creating an encrypted file. To create ...
Read now
Unlock full access