mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
default_vars.yml: Clarify (1) local_tz & 0-init/tasks/tz.yml (2) php no longer uses this
This commit is contained in:
parent
2abe72a6d0
commit
6756bba1b0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ admin_console_group: iiab-admin # This group & sudo log in to Admin Console.
|
|||
# Obtain a password hash - OLD WAY:
|
||||
# python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
||||
|
||||
# Time Zone (php needs timezone to be set)
|
||||
# Time Zone (php used to need timezone set). SEE: roles/0-init/tasks/tz.yml
|
||||
local_tz: "{{ ansible_date_time.tz }}"
|
||||
|
||||
# Set these to False if you do not want to install/enable IIAB Admin Console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue