infra/roles/backups/templates/infra-backup.timer.j2
Jeremie Fraeys 78ad592664
Add core infrastructure security and utility roles
- Add firewall role for UFW/iptables management
- Add fail2ban role for intrusion prevention with Docker-aware jails
- Add postfix role for mail relay capabilities
- Add backups role for automated infrastructure backups
  - systemd timer for scheduled backups
  - Backup scripts for Docker volumes and configurations
2026-02-21 18:30:42 -05:00

9 lines
148 B
Django/Jinja

[Unit]
Description=Run infra backup on schedule
[Timer]
OnCalendar={{ infra_backup_oncalendar }}
Persistent=true
[Install]
WantedBy=timers.target