add rear backup playbook and role

This commit is contained in:
2024-03-08 15:20:08 -05:00
parent 3dd903ae15
commit aa23cdd97b
9 changed files with 122 additions and 0 deletions

12
playbooks/rear_backup.yml Normal file
View 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