Ansible playbook
How to build secure ansible password vault?
TODOHow to run ansible task for single project with variables
Assumptions:- having project with a playbook for different projects (in our case
project1) - using given list of inventory (aka. list of PC to apply)
- using the vault with passwords in a file
ansible-playbook -i project1/inventory.yaml project1/debian_update.yaml --vault-password-file password.txt