New role; path fix
This commit is contained in:
14
playbooks/rear_restore.yml
Normal file
14
playbooks/rear_restore.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: ReaR Restore Playbook
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Configure ReaR local.conf file
|
||||
ansible.builtin.include_role:
|
||||
name: ../roles/rear_local_cfg
|
||||
|
||||
- name: Perform ReaR restore
|
||||
ansible.builtin.include_role:
|
||||
name: ../roles/rear_restore
|
Reference in New Issue
Block a user