add borg backup test

This commit is contained in:
Pim Kunis 2023-01-10 23:55:25 +01:00
parent ace3a9ac83
commit ecfb6b92f4
12 changed files with 107 additions and 0 deletions

View file

@ -2,6 +2,7 @@
hosts: homeservers
roles:
- ssh
- borg
- nsd
- syncthing
- kms

4
playbooks/borg.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install borg
hosts: homeservers
roles:
- borg