|
|
|
|
@ -18,6 +18,7 @@ shared_service_maria_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"
|
|
|
|
|
shared_service_maria_ip: "188.34.198.231"
|
|
|
|
|
|
|
|
|
|
shared_service_awx_hostname: "dev-awx-01.smardigo.digital"
|
|
|
|
|
shared_service_docker_registry_hostname: "dev-docker-registry-01.smardigo.digital"
|
|
|
|
|
@ -28,6 +29,7 @@ shared_service_maria_hostname: "dev-maria-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"
|
|
|
|
|
shared_service_maria_hostname: "dev-maria-01.smardigo.digital"
|
|
|
|
|
|
|
|
|
|
shared_service_hosts: [
|
|
|
|
|
{
|
|
|
|
|
@ -142,15 +144,15 @@ connect_extra_hosts: [
|
|
|
|
|
ip: "{{ shared_service_pg_master_ip }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
hostname: dev-elastic-stack-01-elastic,
|
|
|
|
|
hostname: "dev-elastic-stack-01-elastic",
|
|
|
|
|
ip: "{{ shared_service_elastic_01 }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
hostname: dev-elastic-stack-02-elastic,
|
|
|
|
|
hostname: "dev-elastic-stack-02-elastic",
|
|
|
|
|
ip: "{{ shared_service_elastic_02 }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
hostname: dev-elastic-stack-03-elastic,
|
|
|
|
|
hostname: "dev-elastic-stack-03-elastic",
|
|
|
|
|
ip: "{{ shared_service_elastic_03 }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -165,6 +167,10 @@ connect_extra_hosts: [
|
|
|
|
|
hostname: "{{ shared_service_mail_hostname }}",
|
|
|
|
|
ip: "{{ shared_service_mail_ip }}",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
hostname: "{{ shared_service_webdav_hostname }}",
|
|
|
|
|
ip: "{{ shared_service_webdav_ip }}",
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
keycloak_extra_hosts: [
|
|
|
|
|
{
|
|
|
|
|
|