add web gateway stuff

This commit is contained in:
2022-04-14 21:41:04 +02:00
parent 0407a0de22
commit 5cfc600b37
9 changed files with 234 additions and 6 deletions

View File

@ -6,6 +6,14 @@
name:
- openvpn-server
- name : "Enable ipv4 forwarding via sysctl"
ansible.posix.sysctl:
name: net.ipv4.ip_forward
value: '1'
sysctl_set: yes
state: present
reload: yes
- name: Upload openvpn config to server
ansible.posix.synchronize:
src: openvpn-config