Обновить README.md
This commit is contained in:
@ -10,10 +10,10 @@ pip install ansible
|
|||||||
|
|
||||||
## Шифрование файлов
|
## Шифрование файлов
|
||||||
```bash
|
```bash
|
||||||
ansible-vault encrypt 1.txt --vault-password-file ~/Projects/h/ansible/.vault_password.txt
|
ansible-vault encrypt <file_name>.txt --vault-password-file .vault_password.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Запуск
|
## Запуск
|
||||||
```bash
|
```bash
|
||||||
ansible-playbook -K ~/Projects/h/ansible/playbook.yml --vault-password-file ~/Projects/h/ansible/.vault_password.txt
|
ansible-playbook -K playbook.yml --vault-password-file .vault_password.txt
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user