first commit

This commit is contained in:
Vakhtang Gvenetadze
2025-03-31 12:34:39 +04:00
commit 3fd2f6bdde
59 changed files with 2017 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# 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
```