mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
19
roles/backuppc/defaults/main.yml
Normal file
19
roles/backuppc/defaults/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
|
||||
# You can choose either 3 or 4
|
||||
bpc_major_version: 3
|
||||
|
||||
# Auth to access BackupPC. Can be basic, lemonldap, lemonldap2 or none
|
||||
bpc_auth: basic
|
||||
|
||||
# List of IP address allowed
|
||||
bpc_src_ip: []
|
||||
|
||||
# Should backuppc be started on boot ?
|
||||
# You might want to turn this off if for example you must unlock
|
||||
# the device on which you have your backup, and manually start backuppc after that
|
||||
bpc_enabled: True
|
||||
|
||||
# Should /BackupPC aliases be added on the main vhost ?
|
||||
# You might want to, but you can also disable this and grant access only through a dedicated vhost
|
||||
bpc_alias_on_main_vhost: True
|
Reference in New Issue
Block a user