mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Downstream k8s installer changes
This commit is contained in:
@@ -7,6 +7,9 @@ DATABASES = {
|
||||
'PASSWORD': "{{ pg_password }}",
|
||||
'HOST': "{{ pg_hostname|default('postgresql') }}",
|
||||
'PORT': "{{ pg_port }}",
|
||||
'OPTIONS': { 'sslmode': '{{ pg_sslmode|default("prefer") }}',
|
||||
'sslrootcert': '{{ ca_trust_bundle }}',
|
||||
},
|
||||
}
|
||||
}
|
||||
BROKER_URL = 'amqp://{}:{}@{}:{}/{}'.format(
|
||||
|
||||
Reference in New Issue
Block a user