mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 02:13:40 -05:00
fix(authelia): exclude ntp checks at startup
This commit is contained in:
@@ -181,6 +181,12 @@ job "reverse-proxy" {
|
||||
subject: "[Authelia] {title}"
|
||||
startup_check_address: {{ my_email_address }}
|
||||
|
||||
ntp:
|
||||
address: "time.cloudflare.com:123"
|
||||
version: 3
|
||||
max_desync: 3s
|
||||
disable_startup_check: true
|
||||
disable_failure: true
|
||||
EOH
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user