mirror of
https://github.com/vakhtangst/Ilo.git
synced 2025-07-30 10:21:58 +03:00
352 B
352 B
Ilo
Dep
python3 -m venv .venv
source .venv/bin/activate
pip install ansible
Шифрование файлов
ansible-vault encrypt <file_name> --vault-password-file .vault_password.txt
Дешифрование файлов
ansible-vault decrypt <file_name> --vault-password-file .vault_password.txt