You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
490 B
YAML
12 lines
490 B
YAML
---
|
|
pgadmin4_base_hostname: "{{ stage }}-pgadmin4-01.{{ domain }}"
|
|
pgadmin4_base_url: "https://{{ pgadmin4_base_hostname }}"
|
|
|
|
pgadmin4_oidc_realm: "stage-pgadmin4"
|
|
pgadmin4_oidc_client_id: "stage-pgadmin4"
|
|
pgadmin4_oidc_dev_username: "pgadmin-dev"
|
|
pgadmin4_oidc_dev_password: "{{ pgadmin4_oidc_dev_password_vault }}"
|
|
pgadmin4_oidc_client_secret: "{{ pgadmin4_oidc_client_secret_vault }}"
|
|
pgadmin4_oidc_dev_email: "developer@netgo.de"
|
|
pgadmin4_oidc_admin_email: "{{ devops_email_address }}"
|