38 lines
855 B
YAML
38 lines
855 B
YAML
---
|
|
# defaults file for bareos_sd
|
|
|
|
# The Storage Daemon has these configuration parameters.
|
|
|
|
# Backup the configuration files.
|
|
bareos_sd_backup_configurations: no
|
|
|
|
# Install debug packages. This requires the debug repositories to be enabled.
|
|
bareos_sd_install_debug_packages: no
|
|
|
|
# The hostname of the Storage Daemon.
|
|
bareos_sd_hostname: "{{ inventory_hostname }}"
|
|
|
|
# The messages configuration to use.
|
|
bareos_sd_message: "Standard"
|
|
|
|
# The amount of jobs to run concurrently.
|
|
bareos_sd_max_concurrent_jobs: 20
|
|
|
|
# Enable TLS.
|
|
bareos_sd_tls_enable: yes
|
|
|
|
# Verify the peer.
|
|
bareos_sd_tls_verify_peer: no
|
|
|
|
# A list of devices to configure.
|
|
bareos_sd_devices: []
|
|
|
|
# A list of directors to connect to.
|
|
bareos_sd_directors: []
|
|
|
|
# A list of messages to send to the director.
|
|
bareos_sd_messages: []
|
|
|
|
# A list of S3 profiles to configure.
|
|
bareos_sd_s3_profiles: []
|