mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
Implemented sleeping time for server
This commit is contained in:
@@ -6,12 +6,12 @@ SYS_TIMER_ALL_ENABLED: "{{ MODE_DEBUG }}" # Runtime Var
|
|||||||
|
|
||||||
## Server Tact Variables
|
## Server Tact Variables
|
||||||
|
|
||||||
HOURS_SERVER_AWAKE: "0..23" # Ours in which the server is "awake" (100% working). Rest of the time is reserved for maintanance
|
HOURS_SERVER_AWAKE: "6..23" # Ours in which the server is "awake" (100% working). Rest of the time is reserved for maintanance
|
||||||
RANDOMIZED_DELAY_SEC: "5min" # Random delay for systemd timers to avoid peak loads.
|
RANDOMIZED_DELAY_SEC: "5min" # Random delay for systemd timers to avoid peak loads.
|
||||||
|
|
||||||
## Timeouts for all services
|
## Timeouts for all services
|
||||||
SYS_TIMEOUT_DOCKER_RPR_HARD: "10min"
|
SYS_TIMEOUT_DOCKER_RPR_HARD: "10min"
|
||||||
SYS_TIMEOUT_DOCKER_RPR_SOFT: "{{ SYS_TIMEOUT_DOCKER_RPR_HARD }}"
|
SYS_TIMEOUT_DOCKER_RPR_SOFT: "{{ SYS_TIMEOUT_DOCKER_RPR_HARD }}"
|
||||||
SYS_TIMEOUT_CLEANUP_SERVICES: "15min"
|
SYS_TIMEOUT_CLEANUP_SERVICES: "15min"
|
||||||
SYS_TIMEOUT_DOCKER_UPDATE: "20min"
|
SYS_TIMEOUT_DOCKER_UPDATE: "20min"
|
||||||
SYS_TIMEOUT_STORAGE_OPTIMIZER: "{{ SYS_TIMEOUT_DOCKER_UPDATE }}"
|
SYS_TIMEOUT_STORAGE_OPTIMIZER: "{{ SYS_TIMEOUT_DOCKER_UPDATE }}"
|
||||||
|
Reference in New Issue
Block a user