vpn
This commit is contained in:
12
playbooks/vpn.yml
Normal file
12
playbooks/vpn.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user