|
|
|
@ -6,7 +6,8 @@ alertmanager_channel_smardigo: "#monitoring-qa"
|
|
|
|
|
|
|
|
|
|
|
|
# TODO read configuration with hetzner rest api
|
|
|
|
# TODO read configuration with hetzner rest api
|
|
|
|
shared_service_network: "10.0.0.0/16"
|
|
|
|
shared_service_network: "10.0.0.0/16"
|
|
|
|
shared_service_awx_ip: "10.0.0.10"
|
|
|
|
# TODO bind address ist set to public ip instead of 0.0.0.0
|
|
|
|
|
|
|
|
#shared_service_awx_ip: "10.0.0.10"
|
|
|
|
shared_service_docker_ip: "10.0.0.7"
|
|
|
|
shared_service_docker_ip: "10.0.0.7"
|
|
|
|
shared_service_elastic_01: "10.0.0.2"
|
|
|
|
shared_service_elastic_01: "10.0.0.2"
|
|
|
|
shared_service_elastic_02: "10.0.0.3"
|
|
|
|
shared_service_elastic_02: "10.0.0.3"
|
|
|
|
@ -34,10 +35,11 @@ shared_service_hosts: [
|
|
|
|
ip: "127.0.1.1",
|
|
|
|
ip: "127.0.1.1",
|
|
|
|
name: "{{ stage_server_hostname }}"
|
|
|
|
name: "{{ stage_server_hostname }}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
# TODO bind address ist set to public ip instead of 0.0.0.0
|
|
|
|
ip: "{{ shared_service_awx_ip }}",
|
|
|
|
# {
|
|
|
|
name: "{{ shared_service_awx_hostname }}"
|
|
|
|
# ip: "{{ shared_service_awx_ip }}",
|
|
|
|
},
|
|
|
|
# name: "{{ shared_service_awx_hostname }}"
|
|
|
|
|
|
|
|
# },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ip: "{{ shared_service_docker_ip }}",
|
|
|
|
ip: "{{ shared_service_docker_ip }}",
|
|
|
|
name: "{{ shared_service_docker_registry_hostname }}"
|
|
|
|
name: "{{ shared_service_docker_registry_hostname }}"
|
|
|
|
@ -209,3 +211,6 @@ pgadmin_extra_hosts: [
|
|
|
|
|
|
|
|
|
|
|
|
smardigo_management_url: "https://dev-management-smardigo-01.smardigo.digital/api/v1/scopes/{{ scope_id }}/processes/{{ process_instance_id }}/messages"
|
|
|
|
smardigo_management_url: "https://dev-management-smardigo-01.smardigo.digital/api/v1/scopes/{{ scope_id }}/processes/{{ process_instance_id }}/messages"
|
|
|
|
smardigo_management_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..JgixZcmsSyvovabQvREAjw.Fk7aNYwOjzMhLCqF_9unl5yrWTey26z4scZBeVZjhpE.fnovrqn0MUjM_TA8zVhXdQ"
|
|
|
|
smardigo_management_token: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..JgixZcmsSyvovabQvREAjw.Fk7aNYwOjzMhLCqF_9unl5yrWTey26z4scZBeVZjhpE.fnovrqn0MUjM_TA8zVhXdQ"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
awx_admin_username: "awx-admin"
|
|
|
|
|
|
|
|
awx_admin_password: "awx-admin"
|
|
|
|
|