mirror of
https://github.com/vakhtangst/Ilo.git
synced 2025-07-31 19:01:58 +03:00
add
This commit is contained in:
@@ -12,3 +12,8 @@ pip install ansible
|
|||||||
```bash
|
```bash
|
||||||
ansible-vault encrypt <file_name> --vault-password-file .vault_password.txt
|
ansible-vault encrypt <file_name> --vault-password-file .vault_password.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Дешифрование файлов
|
||||||
|
```bash
|
||||||
|
ansible-vault decrypt <file_name> --vault-password-file .vault_password.txt
|
||||||
|
```
|
Reference in New Issue
Block a user