adding credentials

This commit is contained in:
2022-10-24 21:53:39 +13:00
parent 8aa59da325
commit 09d6c93224
8 changed files with 46 additions and 50 deletions

View File

@ -0,0 +1,13 @@
cd ./ansible
# Ansible vault password is provided automatically by vault_password file
# Path to vault_password file is provided automatically by ansible.cfg
# Hence execution must be done from the context of the folder that holds ansible.cfg
ansible-vault create [path-to-vault-file]
ansibe-vault edit [path-to-vault-file]
ansible-playbook [path-to-playbook] #include file extension