Files
hysteria2/playbook-uninstall.yml
T
Sergey Antropoff 6f96a26bed 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.
2026-07-01 02:02:58 +03:00

8 lines
144 B
YAML

---
- name: Uninstall Hysteria2 servers
hosts: hysteria2_servers
gather_facts: false
roles:
- role: hysteria2
tags: [uninstall]