homeserver/group_vars/docker.yml

20 lines
416 B
YAML
Raw Normal View History

---
### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /var/www /home /var/lib/docker
### oefenweb.ufw
ufw_rules:
# - rule: allow
# to_port: 22
# protocol: tcp
# comment: 'ssh'
# - rule: allow
# to_port: 3000
# comment: 'rssbridge'
- rule: allow
comment: 'alles erlauben'
### geerlingguy.docker
docker_users:
- mg
- root
- ansible-user