mg
71252b6b8d
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>
20 lines
453 B
YAML
20 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
|