|
|
|
|
@ -16,6 +16,7 @@ shared_service_iam_ip: "10.0.0.13"
|
|
|
|
|
shared_service_keycloak_ip: "10.0.0.6"
|
|
|
|
|
shared_service_mail_ip: "10.0.0.8"
|
|
|
|
|
shared_service_maria_ip: "10.0.0.11"
|
|
|
|
|
shared_service_pgadmin_ip: "10.0.0.19"
|
|
|
|
|
shared_service_pg_master_ip: "10.0.0.17"
|
|
|
|
|
shared_service_pg_slave_ip: "10.0.0.18"
|
|
|
|
|
shared_service_webdav_ip: "10.0.0.16"
|
|
|
|
|
@ -26,6 +27,7 @@ shared_service_iam_hostname: "dev-iam-01.smardigo.digital"
|
|
|
|
|
shared_service_keycloak_hostname: "dev-keycloak-01.smardigo.digital"
|
|
|
|
|
shared_service_mail_hostname: "dev-mail-01.smardigo.digital"
|
|
|
|
|
shared_service_maria_hostname: "dev-maria-01.smardigo.digital"
|
|
|
|
|
shared_service_pgadmin_hostname: "dev-pgadmin4-01.smardigo.digital"
|
|
|
|
|
shared_service_pg_master_hostname: "dev-postgres-01.smardigo.digital"
|
|
|
|
|
shared_service_pg_slave_hostname: "dev-postgres-02.smardigo.digital"
|
|
|
|
|
shared_service_webdav_hostname: "dev-webdav-01.smardigo.digital"
|
|
|
|
|
@ -61,6 +63,10 @@ shared_service_hosts: [
|
|
|
|
|
ip: "{{ shared_service_maria_ip }}",
|
|
|
|
|
name: "{{ shared_service_maria_hostname }}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
ip: "{{ shared_service_pgadmin_ip }}",
|
|
|
|
|
name: "{{ shared_service_pgadmin_hostname }}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
ip: "{{ shared_service_pg_master_ip }}",
|
|
|
|
|
name: "{{ shared_service_pg_master_hostname }}"
|
|
|
|
|
@ -199,16 +205,6 @@ webdav_extra_hosts: [
|
|
|
|
|
ip: "{{ shared_service_pg_master_ip }}",
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
pgadmin_extra_hosts: [
|
|
|
|
|
{
|
|
|
|
|
hostname: "{{ shared_service_pg_master_hostname }}",
|
|
|
|
|
ip: "{{ shared_service_pg_master_ip }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
hostname: "{{ shared_service_pg_slave_hostname }}",
|
|
|
|
|
ip: "{{ shared_service_pg_slave_ip }}",
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
smardigo_management_url: "{{ http_s }}://{{ management_service_connect_hostname }}/api/v1/scopes/{{ scope_id }}/processes/{{ process_instance_id }}/messages"
|
|
|
|
|
smardigo_management_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..rCRO1cVFgkyZ45D5cJNK5g.fc6JVOo5ja5sqe-0PQTfJGOivJ6tyiD-rwgY6rXJ3-U.tOgqgJ2zTjB3_M9BGtvVjQ"
|
|
|
|
|
|