Create SSH config for borg providers
This commit is contained in:
parent
fbdce3166f
commit
f4152f9a5e
5 changed files with 23 additions and 14 deletions
|
@ -9,11 +9,12 @@
|
|||
|
||||
- name: Setup borgbase backup
|
||||
ansible.builtin.import_tasks: borgbase.yml
|
||||
when: borgbase is defined and borgbase
|
||||
when: "'borgbase' in borg_providers"
|
||||
tags: borgbase
|
||||
|
||||
- name: Setup Hetzner storagebox backup
|
||||
ansible.builtin.import_tasks: storagebox.yml
|
||||
when: "'hetzner' in borg_providers"
|
||||
tags: storagebox
|
||||
|
||||
- name: Setup borg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue