Files
workstation-setup/README.md
2025-05-16 12:54:57 +03:00

345 B

localhost_ansible

Dep

python3 -m venv .venv
source .venv/bin/activate
pip install ansible

Шифрование файлов

ansible-vault encrypt <file_name>.txt --vault-password-file  .vault_password.txt

Запуск

ansible-playbook -K playbook.yml --vault-password-file  .vault_password.txt