mirror of
https://github.com/vakhtangst/Ilo.git
synced 2025-07-17 12:07:24 +03:00
15 lines
222 B
Markdown
15 lines
222 B
Markdown
# 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
|
|
```
|