|
|
|
@ -20,7 +20,7 @@ shared_service_hostname_pgadmin4: "{{ stage }}-pgadmin4-01-pgadmin4.{{ domain_en
|
|
|
|
shared_service_url_grafana: "https://{{ shared_service_hostname_grafana }}"
|
|
|
|
shared_service_url_grafana: "https://{{ shared_service_hostname_grafana }}"
|
|
|
|
shared_service_hostname_grafana: "{{ stage }}-prometheus-01-grafana.{{ domain_env }}"
|
|
|
|
shared_service_hostname_grafana: "{{ stage }}-prometheus-01-grafana.{{ domain_env }}"
|
|
|
|
|
|
|
|
|
|
|
|
shared_service_hostname_logstash: "{{ stage }}-elastic-stack-logstash-01"
|
|
|
|
shared_service_hostname_logstash: "{{ stage }}-logstash.{{ domain_env }}"
|
|
|
|
|
|
|
|
|
|
|
|
# TODO the blackbox exporter shouldn't be DEV tagged at all
|
|
|
|
# TODO the blackbox exporter shouldn't be DEV tagged at all
|
|
|
|
shared_service_hostname_blackbox_exporter: "devnso-blackbox-01.smardigo.digital"
|
|
|
|
shared_service_hostname_blackbox_exporter: "devnso-blackbox-01.smardigo.digital"
|
|
|
|
@ -69,5 +69,7 @@ shared_service_default_additional_hosts:
|
|
|
|
ip: "{{ shared_service_kube_loadbalancer_private_ip }}"
|
|
|
|
ip: "{{ shared_service_kube_loadbalancer_private_ip }}"
|
|
|
|
- name: "{{ shared_service_kube_jaeger_collector_hostname }}"
|
|
|
|
- name: "{{ shared_service_kube_jaeger_collector_hostname }}"
|
|
|
|
ip: "{{ shared_service_kube_loadbalancer_private_ip }}"
|
|
|
|
ip: "{{ shared_service_kube_loadbalancer_private_ip }}"
|
|
|
|
|
|
|
|
- name: "{{ shared_service_hostname_logstash }}"
|
|
|
|
|
|
|
|
ip: "{{ shared_service_loadbalancer_logstash_private_ip }}"
|
|
|
|
|
|
|
|
|
|
|
|
shared_service_additional_hosts: "{{ shared_service_default_additional_hosts + (shared_service_custom_additional_hosts | default([])) }}"
|
|
|
|
shared_service_additional_hosts: "{{ shared_service_default_additional_hosts + (shared_service_custom_additional_hosts | default([])) }}"
|
|
|
|
|