add borg backup test
This commit is contained in:
parent
ace3a9ac83
commit
ecfb6b92f4
12 changed files with 107 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
hosts: homeservers
|
||||
roles:
|
||||
- ssh
|
||||
- borg
|
||||
- nsd
|
||||
- syncthing
|
||||
- kms
|
||||
|
|
4
playbooks/borg.yml
Normal file
4
playbooks/borg.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install borg
|
||||
hosts: homeservers
|
||||
roles:
|
||||
- borg
|
Reference in a new issue