homeserver/group_vars/dokuwiki.yml
mg 71252b6b8d ufw (#223)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#223
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-18 18:32:14 +02:00

21 lines
453 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
protocol: tcp
- rule: allow
to_port: 4949
protocol: tcp
comment: 'munin'
from_ip: 192.168.2.144/24