generated from nicolabelluti/template-ansible
Added the "install_wireguard" role
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
- name: Test Playbook
|
||||
hosts: test_hosts
|
||||
roles:
|
||||
- name: Test Role
|
||||
role: test_role
|
||||
vars:
|
||||
test_role__lorem_ipsum_string: Lorem Ipsum is simply dummy text
|
6
playbooks/wg_cgnat.yml
Normal file
6
playbooks/wg_cgnat.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Test Playbook
|
||||
hosts: vpn_server
|
||||
roles:
|
||||
- name: Install Wireguard and configure IPTables
|
||||
role: install_wireguard
|
||||
become: true
|
Reference in New Issue
Block a user