- 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
9 lines
148 B
Django/Jinja
9 lines
148 B
Django/Jinja
[Unit]
|
|
Description=Run infra backup on schedule
|
|
|
|
[Timer]
|
|
OnCalendar={{ infra_backup_oncalendar }}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|