Files
workstation-setup/README.md
Vakhtang Gvenetadze 3fd2f6bdde first commit
2025-03-31 12:34:39 +04:00

20 lines
398 B
Markdown

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