Add stage parameter for backup hooks and add immich_upload backup
This commit is contained in:
parent
4db5c1878b
commit
759368b6d6
8 changed files with 49 additions and 11 deletions
|
|
@ -25,6 +25,12 @@
|
|||
content: '{{ backup_yml_all | to_nice_yaml }}'
|
||||
mode: "0644"
|
||||
|
||||
- name: Create rclone.conf
|
||||
ansible.builtin.copy:
|
||||
dest: "{{ (service_path, 'rclone.conf') | path_join }}"
|
||||
content: '{{ vault_backup.rclone }}'
|
||||
mode: "0600"
|
||||
|
||||
- name: Import tasks specific to the hooks scripts
|
||||
ansible.builtin.import_tasks: hooks.yml
|
||||
- name: Import tasks specific to the recovery scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue