added template vars files

This commit is contained in:
2023-04-04 20:33:45 +02:00
parent c1d3d2b71b
commit 95c2c221fa
16 changed files with 220 additions and 129 deletions

View File

@@ -0,0 +1,18 @@
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'