Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Ansible-vault

Brief

Ansible-vault is util to encrypt/decrypt sensetive date.

Tips

Encrypt a single string

$ ansible-vault encrypt_string --name secret_name some_secret

Decrypt encrypted data

$ ansible-vault decrypt <file_encrypted_by_vault>