This commit is contained in:
Gabenov Stanislav
2026-02-09 20:42:24 +03:00
parent 0a8f11397d
commit a6d2623802
38 changed files with 2198 additions and 1 deletions

12
playbooks/vpn.yml Normal file
View File

@@ -0,0 +1,12 @@
- name: Setup VLESS VPN server
hosts: vpn
become: yes
roles:
- role: xray-vps-setup
vars:
domain: access.stanito.me
setup_variant: xray
user_to_create: vpnuser
ssh_public_key: "{{ ssh_public_key }}"