mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:29:40 +01:00
changed vars and defaults structure
This commit is contained in:
5
roles/borgbackup/defaults/main.yml
Normal file
5
roles/borgbackup/defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
borgbackup_deps:
|
||||
- borgbackup
|
||||
- mailutils
|
||||
- cifs-utils
|
||||
- nfs-common
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user