homeserver/group_vars/dokuwiki.yml
mg 8f80c2855f ufw: Zugriff immer nur per IPv4 (#210)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#210
Co-authored-by: mg <mg@noreply.git.mgrote.net>
Co-committed-by: mg <mg@noreply.git.mgrote.net>
2021-10-06 10:18:23 +02:00

20 lines
433 B
YAML

---
### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /var/www /home
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 0.0.0.0/0
- rule: allow
to_port: 80
comment: 'dokuwiki-webserver'
from_ip: 0.0.0.0/0
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin'
from_ip: 192.168.2.144/24