add rear backup playbook and role
This commit is contained in:
12
playbooks/rear_backup.yml
Normal file
12
playbooks/rear_backup.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Perform a ReaR backup
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
strategy: free
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Include the backup role
|
||||
ansible.builtin.include_role:
|
||||
name: rear_backup
|
Reference in New Issue
Block a user