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
@@ -75,7 +75,7 @@
rm: true
detach: false
env:
TZ: "Asia/Seoul"
TZ: "{{ timezone }}"
LLDAP_LDAP_BASE_DN: "{{ domain['dc'] }}"
secrets:
- "LLDAP_DATABASE_URL,type=env"