mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
PostgreSQL defaults moved from 3 to 4 for now
This commit is contained in:
parent
8de3292530
commit
6fe7b209de
1 changed files with 4 additions and 4 deletions
|
@ -140,10 +140,6 @@ mysql_enabled: True
|
|||
# mysql_root_password: $6$iiab51$3ICIW0CLWxxMW2a3yrHZ38ukZItD5tcadL4rWcE9D.qIGStxhh8rRsaSxoj3b.MYxI/VRDNjpzSYK/V6zkWFI0
|
||||
mysql_root_password: fixmysql
|
||||
|
||||
# PostgreSQL
|
||||
postgresql_install: False
|
||||
postgresql_enabled: False
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
||||
# sshd
|
||||
|
@ -169,6 +165,10 @@ iiab_home_url: /home
|
|||
# iiab_home_url: /wordpress
|
||||
# iiab_home_url: /wiki - either dokuwiki or mediawiki
|
||||
|
||||
# PostgreSQL - SEE roles/1-prep/tasks/computed_vars.yml, roles/4-server-options/tasks/main.yml
|
||||
postgresql_install: False
|
||||
postgresql_enabled: False
|
||||
|
||||
# authserver
|
||||
authserver_install: False
|
||||
authserver_enabled: False
|
||||
|
|
Loading…
Add table
Reference in a new issue