Updates; lets test restore

This commit is contained in:
Chris Hammer 2025-03-03 23:04:15 -05:00
parent c52ad82d6b
commit 6952c1281c
2 changed files with 9 additions and 4 deletions

View File

@ -32,8 +32,6 @@
- name: Include the backup role
ansible.builtin.include_role:
name: rhc.rear.rear_backup
vars:
rear_backup_workflow: standalone
- name: Confirm ReaR backup log is present
ansible.builtin.stat:

View File

@ -4,11 +4,18 @@
gather_facts: true
become: false
vars:
rear_backup_workflow: standalone
tasks:
- name: Import rear_vars role
ansible.builtin.import_role:
name: rhc.rear.rear_vars
- name: Configure ReaR local.conf file
ansible.builtin.include_role:
name: ../roles/rear_local_cfg
name: rhc.rear.rear_local_cfg
- name: Perform ReaR restore
ansible.builtin.include_role:
name: ../roles/rear_restore
name: rhc.rear.rear_restore