mg
8f80c2855f
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>
19 lines
433 B
YAML
19 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
|