mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-08 17:00
This commit is contained in:
@@ -10,7 +10,7 @@ pga_src_ip: []
|
||||
# Root dir where the app will be installed
|
||||
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
|
||||
# Version to deploy
|
||||
pga_version: '6.10'
|
||||
pga_version: '6.11'
|
||||
|
||||
# When pg_auth is an empty list, pgAdmin will be in single user mode
|
||||
# You can set it to a list, eg
|
||||
|
@@ -2,6 +2,7 @@ SERVER_MODE={{ (pga_auth | length >= 1) | ternary('True','False') }}
|
||||
DEFAULT_SERVER='0.0.0.0'
|
||||
DEFAULT_SERVER_PORT={{ pga_port }}
|
||||
DATA_DIR='{{ pga_root_dir }}/data'
|
||||
AZURE_CREDENTIAL_CACHE_DIR='{{ pga_root_dir }}/data/azurecredentialcache'
|
||||
LOG_FILE='{{ pga_root_dir }}/logs/pgadmin4.log'
|
||||
STORAGE_DIR='{{ pga_root_dir }}/data'
|
||||
SQLITE_PATH='{{ pga_root_dir }}/data/pgadmin4.db'
|
||||
|
Reference in New Issue
Block a user