mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
added+clarified PostgreSQL flags
This commit is contained in:
parent
c5b741487d
commit
9a5faa8832
1 changed files with 6 additions and 1 deletions
|
@ -47,7 +47,7 @@ dansguardian_enabled: False
|
|||
|
||||
# 3-BASE-SERVER
|
||||
|
||||
# MySQL & PostgreSQL are auto-installed around here as necessary.
|
||||
# MySQL mandatory installation here
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
|
@ -58,6 +58,11 @@ openvpn_enabled: False
|
|||
# openvpn_cron_enabled: True
|
||||
# If changing the above, remember to run "cd /opt/iiab/iiab; ./runtags openvpn"
|
||||
|
||||
# PostgreSQL - auto-installed by Moodle and/or Pathagar - no need to touch!
|
||||
# roles/1-prep/tasks/computed_vars.yml, roles/4-server-options/tasks/main.yml
|
||||
postgresql_install: False
|
||||
postgresql_enabled: False
|
||||
|
||||
# Unmaintained
|
||||
# authserver_install: False
|
||||
# authserver_enabled: False
|
||||
|
|
Loading…
Add table
Reference in a new issue