Files
homeserver.zernis.ch/roles/borgbackup/vars/main.yml.template

18 lines
361 B
Plaintext

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'