No description
- Shell 91.5%
- Jinja 8.5%
| defaults | ||
| files | ||
| meta | ||
| tasks | ||
| templates | ||
| README.md | ||
Podman
This role installs podman and tooling, including:
- PostgreSQL container backups with podman-postgresql-backup
Configuration
podman-postgresql-backup
These configuration options define how daily backups for podman postgresql databases are created.
podman_postgresql_backup_time
: The time of the daily backup. Defaults to 2:24:00.
podman_postgresql_backup_backup_dir
: The directory in which backups are stored. Defaults to /var/backups/podman-postgresql-backup.
PostgreSQL container backups
This role installs podman-postgresql-backup, which will execute daily backups of podman PostgreSQL containers, if configured to do so.
See the output of podman-postgresql-backup --help on the host for more information.
Backup configuration files must be placed in /etc/podman-postgresql-backup/.