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.
This commit is contained in:
2026-07-01 02:02:58 +03:00
commit df19816039
28 changed files with 2027 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Restart hysteria-server
ansible.builtin.systemd:
name: "{{ hysteria2_service_name }}"
state: restarted
daemon_reload: true
become: true