Files
hysteria2/group_vars/hysteria2_servers/vars.yml.example
T
Sergey Antropoff 47e440341a Initial commit: Ansible role for Hysteria2 VPN server deployment.
Includes install/update/uninstall playbooks, Makefile, vault-based SSH credentials, per-server and global HTML export with QR codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 02:02:58 +03:00

7 lines
440 B
Plaintext

---
# Подключение vault-переменных к хостам группы hysteria2_servers.
# Файл group_vars/hysteria2_servers/vault.yml должен быть зашифрован (make vault-encrypt).
# Проброс VPN-паролей из vault в переменные роли (опционально)
hysteria2_user_passwords: "{{ (vault_hysteria2_user_passwords | default({}))[inventory_hostname] | default({}) }}"