theforeman.operations.backup
Sets up backup cronjob using foreman_maintain, creating one full backup each Sunday and incremental ones otherwise.
Role Variables
foreman_backup_destination: Destination where to write the backups to, defaults to/var/backup/foremanforeman_backup_type: Backup type, can be eitheronlineoroffline, defaults toonlineforeman_backup_keep_full: How many full (weekly) backups to keep, defaults to2
None
Example Playbooks
---
- hosts: all
gather_facts: true
roles:
- backup