changed vars and defaults structure

This commit is contained in:
2023-06-03 00:58:13 +02:00
parent d3ea0dd111
commit 814eeca218
19 changed files with 225 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
borgbackup_deps:
- borgbackup
- mailutils
- cifs-utils
- nfs-common

View File

@@ -1,18 +0,0 @@
borgbackup_deps:
- borgbackup
- mailutils
- cifs-utils
- nfs-common
smb_share: '//smb_server/smb_share'
smb_username: 'smb_user'
smb_pass: 'super-secret-pass'
smb_threshold: '90'
nfs_share: 'nfs-server:nfs-share'
nfs_threshold: '90'
mount_point: '/mnt'
borg_repo: 'backup_homesrv'
borg_pass: 'super-secret-pass'
sender_address: 'root@hostname.domain'