2024-07-03 15:43:04 -04:00

13 lines
209 B
YAML

---
- 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