Ansible Vault

From rbachwiki
Revision as of 20:29, 27 July 2022 by Bacchas (talk | contribs)
Jump to navigation Jump to search

Secure your Ansible YML files

ansible-vault create ymlfile.yml

Run yml file that

ansible-playbook ymlfile.yml --ask-vault-pass

View a vaulted yml file

ansible-vault view ymlfile.yml

Edit an existing vaulted yml file

ansible-vault edit ymlfile.hml


Ansible Menu