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:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Uninstall Hysteria2 servers
|
||||
hosts: hysteria2_servers
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: hysteria2
|
||||
tags: [uninstall]
|
||||
Reference in New Issue
Block a user