mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
Keycloak: fix db config
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
---
|
||||
- name: Setup the database
|
||||
hosts: db-fas01.stg.fedoraproject.org
|
||||
hosts: db-fas01.stg.rdu3.fedoraproject.org
|
||||
gather_facts: no
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
||||
@@ -6,7 +6,7 @@ spec:
|
||||
instances: 1
|
||||
db:
|
||||
vendor: postgres
|
||||
host: postgres-db
|
||||
host: db-fas01{{env_suffix}}.{{datacenter}}.fedoraproject.org
|
||||
usernameSecret:
|
||||
name: keycloak-secrets
|
||||
key: db_username
|
||||
|
||||
Reference in New Issue
Block a user