2020-08-19 12:29:49 +02:00
|
|
|
---
|
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
2020-12-23 17:34:11 +01:00
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
2020-12-31 14:39:17 +01:00
|
|
|
from_ip: 192.168.2.0/24
|
2020-11-04 11:49:02 +01:00
|
|
|
### geerlingguy.docker
|
|
|
|
docker_users:
|
|
|
|
- mg
|
2020-12-03 12:18:00 +01:00
|
|
|
### mgrote.restic
|
2020-12-03 13:18:00 +01:00
|
|
|
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
|
2020-12-03 12:04:01 +01:00
|
|
|
restic_cron_hours: "*"
|
2020-12-22 12:27:43 +01:00
|
|
|
restic_exclude: |
|
|
|
|
._*
|
|
|
|
desktop.ini
|
|
|
|
.Trash-*
|
|
|
|
**/**cache***/**
|
|
|
|
**/**Cache***/**
|
|
|
|
**/**AppData***/**
|
|
|
|
/var/lib/docker/volumes/***Musik***
|
|
|
|
/var/lib/docker/volumes/***musik***
|
|
|
|
# https://github.com/restic/restic/issues/1005
|
|
|
|
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
2021-03-18 13:46:26 +01:00
|
|
|
### geerlingguy.munin-node
|
|
|
|
munin_node_remove_plugins:
|
|
|
|
- name: sensors
|