mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Implemented draft for wildcard certificate
This commit is contained in:
		| @@ -19,17 +19,17 @@ test_email:             "test@{{primary_domain}}" | ||||
| # Server Tact Variables  | ||||
|  | ||||
| ## Ours in which the server is "awake" (100% working). Rest of the time is reserved for maintanance | ||||
| hours_server_awake:                           "0..23" | ||||
| hours_server_awake:               "0..23" | ||||
|  | ||||
| ## Random delay for systemd timers to avoid peak loads. | ||||
| randomized_delay_sec:                         "5min"  | ||||
| randomized_delay_sec:             "5min"  | ||||
|  | ||||
| # 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 | ||||
| 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 | ||||
|  | ||||
| # Runtime Variables for Process Control | ||||
| activate_all_timers:                          false   # Activates all timers, independend if the handlers had been triggered | ||||
| nginx_matomo_tracking:                        false   # Activates matomo tracking on all html pages | ||||
|  | ||||
| activate_all_timers:                  false   # Activates all timers, independend if the handlers had been triggered | ||||
| nginx_matomo_tracking:                false   # Activates matomo tracking on all html pages | ||||
| enable_one_letsencrypt_cert_for_all:  true    # Activates one letsencrypt cert for all instead of one per subdomain | ||||
		Reference in New Issue
	
	Block a user