Updates; lets test restore
This commit is contained in:
parent
c52ad82d6b
commit
6952c1281c
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user