ansible-vault commands

Ansible-vault is an encryption/decryption utility for Ansible data files

ansible-vault Usage and Syntax

syntax

ansible-vault [-h] [–version] [-v]
{create,decrypt,edit,view,encrypt,encrypt_string,rekey}

positional arguments

{create,decrypt,edit,view,encrypt,encrypt_string,rekey}

createCreate new vault encrypted file
decryptDecrypt vault encrypted file
editEdit vault encrypted file
viewView vault encrypted file
encryptEncrypt YAML file
encrypt_stringEncrypt a string
rekeyRe-key a vault encrypted file

optional arguments

versionshow program’s version number, config file location, configured module search path, module location, executable location and exit
-h, –helpshow this help message and exit
-v, –verboseverbose mode (-vvv for more, -vvvv to enable connection debugging)

Add a Comment

Your email address will not be published. Required fields are marked *