mg
5b8304a9d7
ufw: munin-regel entfernt smb: User passwort pve angepasst Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#47 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
28 lines
747 B
YAML
28 lines
747 B
YAML
---
|
|
### oefenweb.ufw
|
|
ufw_rules:
|
|
- rule: allow
|
|
to_port: 22
|
|
protocol: tcp
|
|
comment: 'ssh'
|
|
from_ip: 192.168.2.0/24
|
|
### geerlingguy.docker
|
|
docker_users:
|
|
- mg
|
|
### mgrote.restic
|
|
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
|
|
restic_cron_hours: "*"
|
|
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
|
|
### geerlingguy.munin-node
|
|
munin_node_remove_plugins:
|
|
- name: sensors
|