new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
- name: Include create backup directories tasks
|
||||
ansible.builtin.include_tasks: 01-create-backup-dirs.yml
|
||||
# Tâches principales sauvegardes
|
||||
- import_tasks: 01-create-backup-structure.yml
|
||||
tags: [backup, structure]
|
||||
|
||||
- name: Include install rsync tasks
|
||||
ansible.builtin.include_tasks: 02-install-rsync.yml
|
||||
- import_tasks: 02-setup-daily-backup.yml
|
||||
tags: [backup, daily]
|
||||
|
||||
- name: Include configure backup script tasks
|
||||
ansible.builtin.include_tasks: 03-configure-backup-script.yml
|
||||
- import_tasks: 03-setup-weekly-backup.yml
|
||||
tags: [backup, weekly]
|
||||
|
||||
- name: Include setup cron tasks
|
||||
ansible.builtin.include_tasks: 04-setup-cron.yml
|
||||
- import_tasks: 04-setup-monthly-backup.yml
|
||||
tags: [backup, monthly]
|
||||
|
||||
- name: Include restore backup tasks
|
||||
ansible.builtin.include_tasks: 05-restore-backup.yml
|
||||
when: restore_backup | default(false)
|
||||
- import_tasks: 05-setup-restore-script.yml
|
||||
tags: [backup, restore]
|
Reference in New Issue
Block a user