This commit is contained in:
Vakhtang Gvenetadze
2025-05-08 10:52:05 +03:00
parent fb72d44e20
commit c5b9ed5fdc
2 changed files with 3515 additions and 3493 deletions

6995
IHEP.md

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,14 @@
# Ilo
## Dep
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install ansible
```
## Шифрование файлов
```bash
ansible-vault encrypt <file_name> --vault-password-file .vault_password.txt
```