9009cedabee6b927472f3a4be2520d81795928e6
localhost_ansible
Dep
python3 -m venv .venv
source .venv/bin/activate
pip install ansible
Шифрование файлов
ansible-vault encrypt 1.txt --vault-password-file ~/Projects/h/ansible/.vault_password.txt
Запуск
ansible-playbook -K ~/Projects/h/ansible/playbook.yml --vault-password-file ~/Projects/h/ansible/.vault_password.txt
Description
Languages
Shell
100%