solved missing vars bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-19 01:01:09 +02:00
parent 34d771266a
commit 3114a7b586
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ SYS_TIMER_SUFFIX: ".{{ SOFTWARE_NAME | lower }}.timer"
HOURS_SERVER_AWAKE: "0..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.
ACTIVATE_ALL_TIMERS: false # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered
## Timeouts for all services

View File

@ -13,6 +13,7 @@
- include_role:
name: sys-systemctl
vars:
systemctl_timer_enabled: true
systemctl_on_calendar: "{{ SYS_SCHEDULE_CLEANUP_CERTS }}"
systemctl_copy_files: false

View File

@ -17,5 +17,5 @@
vars:
systemctl_copy_files: false
systemctl_on_calendar: "{{ SYS_SCHEDULE_MAINTANANCE_LETSENCRYPT_RENEW }}"
persistent: "true"
persistent: true
systemctl_timer_enabled: true