New VPN server

This commit is contained in:
Warezjoe
2024-08-29 14:55:23 +02:00
parent 8bd24c852f
commit 154da6864c
4 changed files with 31 additions and 0 deletions

14
wireguard-cerberus.yml Normal file
View File

@@ -0,0 +1,14 @@
- name: cerberos init
hosts: Wireguard-Cerberus
become: true
vars_files:
- vault.yml
- zeus-vars.yml
tasks:
- name: tools_for_command_line
ansible.builtin.include_role:
name: tools_for_command_line
- name: wireguard-server
ansible.builtin.include_role:
name: wireguard-server