Added the "install_wireguard" role

This commit is contained in:
2024-05-12 13:16:42 +02:00
parent cdd7baf40e
commit 1edaaff9c9
18 changed files with 429 additions and 39 deletions

6
playbooks/wg_cgnat.yml Normal file
View File

@@ -0,0 +1,6 @@
- name: Test Playbook
hosts: vpn_server
roles:
- name: Install Wireguard and configure IPTables
role: install_wireguard
become: true