mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
solved missing vars bug
This commit is contained in:
parent
34d771266a
commit
3114a7b586
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user