3fd2f6bddefe926e42f143ae8bee49d076440d1c
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%