first commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user