Difference between revisions of "Ansible Vault"

From rbachwiki
Jump to navigation Jump to search
(Created page with "= Secure your Ansible YML files= ansible-vault create ymlfile.yml ==Run yml file that")
 
Line 3: Line 3:
  ansible-vault create ymlfile.yml
  ansible-vault create ymlfile.yml


==Run yml file that
==Run yml file that==
ansible-playbook ymlfile.yml --ask-vault-pass

Revision as of 20:28, 27 July 2022

Secure your Ansible YML files

ansible-vault create ymlfile.yml

Run yml file that

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