mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 14:17:31 +01:00
added template vars files
This commit is contained in:
18
roles/borgbackup/vars/main.yml.template
Normal file
18
roles/borgbackup/vars/main.yml.template
Normal 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'
|
||||
Reference in New Issue
Block a user