refactor(all): update hardcoded timezone 'Asia/Seoul' to ansible variable 'timezone'

This commit is contained in:
2026-05-10 18:44:28 +09:00
parent 11ab2f5205
commit 530407c162
34 changed files with 43 additions and 42 deletions
@@ -33,7 +33,7 @@ Volume=%h/containers/caddy/data:/data:rw
Volume=/var/log/caddy:/log:rw
{% endif %}
Environment="TZ=Asia/Seoul"
Environment="TZ={{ timezone }}"
Secret=CADDY_ACME_KEY,target=/run/secrets/CADDY_ACME_KEY
{% if node['name'] == 'auth' %}