This commit is contained in:
Vakhtang Gvenetadze
2025-07-21 14:11:46 +03:00
parent 4edb53fbb1
commit 7588e95962
2 changed files with 4514 additions and 4501 deletions

9010
IHEP.md

File diff suppressed because it is too large Load Diff

View File

@@ -12,3 +12,8 @@ pip install ansible
```bash
ansible-vault encrypt <file_name> --vault-password-file .vault_password.txt
```
## Дешифрование файлов
```bash
ansible-vault decrypt <file_name> --vault-password-file .vault_password.txt
```