--- # Timeshift role defaults # Install Timeshift timeshift_install: true # Timeshift snapshot settings timeshift_snapshot_type: "RSYNC" # RSYNC or BTRFS timeshift_snapshot_description: "Ansible playbook snapshot" timeshift_snapshot_tags: ["ansible", "pre-playbook"] # Auto-create snapshot before playbook runs timeshift_auto_snapshot: true # Retention settings timeshift_keep_daily: 7 timeshift_keep_weekly: 4 timeshift_keep_monthly: 6 # Snapshot location (default: /timeshift) timeshift_snapshot_location: "/timeshift"