homeserver/inventories/group_vars/docker.yml

13 lines
287 B
YAML
Raw Normal View History

---
### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /var/www /home /var/lib/docker/volumes
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
- rule: allow
to_port: 3000
comment: 'rssbridge'