First commit

This commit is contained in:
VC
2019-09-04 09:06:55 +02:00
commit dded46ff64
144 changed files with 7495 additions and 0 deletions

9
borgbackup.yml Normal file
View File

@@ -0,0 +1,9 @@
- hosts: borgbackup
roles:
- borgbackup
- hosts: borg_client
roles:
- borg-client
- hosts: borg_server
roles:
- borg-server