Wireguard-VMs abgebaut (#45)

group vars entfernt

wireguard aus inventory entfernt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#45
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-03-19 23:06:14 +01:00
parent 65f58105b6
commit 2d36bf6ee5
2 changed files with 0 additions and 30 deletions

View file

@ -1,24 +0,0 @@
---
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
interface: ens18
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
interface: wg0
- rule: allow
to_port: 51820
comment: 'wireguard'
interface: ens18
protocol: udp
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin-node'
from_ip: 192.168.2.0/24
ufw_etc_default_default_forward_policy: ACCEPT

View file

@ -1,9 +1,5 @@
all: all:
children: children:
wireguard:
hosts:
wireguard.grote.lan:
wireguard-test.grote.lan:
dokuwiki: dokuwiki:
hosts: hosts:
dokuwiki2.grote.lan: dokuwiki2.grote.lan:
@ -63,7 +59,6 @@ all:
production: production:
hosts: hosts:
wireguard.grote.lan:
dokuwiki2.grote.lan: dokuwiki2.grote.lan:
fileserver2.grote.lan: fileserver2.grote.lan:
acng.grote.lan: acng.grote.lan:
@ -77,7 +72,6 @@ all:
ntp-server.grote.lan: ntp-server.grote.lan:
test: test:
hosts: hosts:
wireguard-test.grote.lan:
dokuwiki-test.grote.lan: dokuwiki-test.grote.lan:
fileserver-test.grote.lan: fileserver-test.grote.lan:
acng-test.grote.lan: acng-test.grote.lan: