mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
13 lines
659 B
YAML
13 lines
659 B
YAML
## Enable Central Postgress and MariaDB instead of dedicated container per application
|
|
enable_central_database: true
|
|
enable_central_database_mailu: "{{enable_central_database}}"
|
|
|
|
## Enable Storage Optimizer for Docker Volumes
|
|
enable_system_storage_optimizer: true
|
|
|
|
backups_folder_path: "/Backups/" # Path to the backups folder
|
|
|
|
# Storage Space-Related Configurations
|
|
size_percent_maximum_backup: 75 # Maximum storage space in percent for backups
|
|
size_percent_cleanup_disc_space: 85 # Threshold for triggering cleanup actions
|
|
size_percent_disc_space_warning: 90 # Warning threshold in percent for free disk space |