homeserver/group_vars/docker.yml

32 lines
840 B
YAML
Raw Normal View History

---
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
2020-12-31 14:39:17 +01:00
from_ip: 192.168.2.0/24
2020-12-31 15:14:22 +01:00
# Weitere Regeln sind nicht notwendig da Docker iptables selber verwaltet.
# - rule: allow
# comment: 'alles erlauben'
### geerlingguy.docker
docker_users:
- mg
- root
- ansible-user
2021-02-01 08:20:01 +01:00
- git
2020-12-03 12:18:00 +01:00
### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
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