1
0
Fork 0
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:
A Holt 2021-08-14 13:19:22 -04:00 committed by GitHub
parent 2abe72a6d0
commit 6756bba1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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