|
|
|
@ -6,6 +6,8 @@ elastic_exporter_id: "{{ inventory_hostname }}-elastic-exporter"
|
|
|
|
|
|
|
|
|
|
|
|
shared_service_url_harbor: "https://{{ shared_service_hostname_harbor }}"
|
|
|
|
shared_service_url_harbor: "https://{{ shared_service_hostname_harbor }}"
|
|
|
|
shared_service_hostname_harbor: "{{ stage }}-harbor-01.{{ domain_env }}"
|
|
|
|
shared_service_hostname_harbor: "{{ stage }}-harbor-01.{{ domain_env }}"
|
|
|
|
|
|
|
|
shared_service_url_gitea: "https://{{ shared_service_hostname_gitea }}"
|
|
|
|
|
|
|
|
shared_service_hostname_gitea: "{{ stage }}-gitea-01.{{ domain_env }}"
|
|
|
|
shared_service_url_keycloak: "https://{{ shared_service_hostname_keycloak }}"
|
|
|
|
shared_service_url_keycloak: "https://{{ shared_service_hostname_keycloak }}"
|
|
|
|
shared_service_hostname_keycloak: "{{ stage }}-keycloak-01.{{ domain_env }}"
|
|
|
|
shared_service_hostname_keycloak: "{{ stage }}-keycloak-01.{{ domain_env }}"
|
|
|
|
shared_service_url_kibana: "https://{{ shared_service_hostname_kibana }}"
|
|
|
|
shared_service_url_kibana: "https://{{ shared_service_hostname_kibana }}"
|
|
|
|
@ -14,6 +16,7 @@ shared_service_host_management: "{{ stage }}-management-01"
|
|
|
|
shared_service_url_management: "https://{{ shared_service_hostname_management }}"
|
|
|
|
shared_service_url_management: "https://{{ shared_service_hostname_management }}"
|
|
|
|
shared_service_hostname_management: "{{ shared_service_host_management }}-connect.{{ domain_env }}"
|
|
|
|
shared_service_hostname_management: "{{ shared_service_host_management }}-connect.{{ domain_env }}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# use private loadbalancer ip for all kubernetes services
|
|
|
|
# use private loadbalancer ip for all kubernetes services
|
|
|
|
stage_kube: "{{ stage }}"
|
|
|
|
stage_kube: "{{ stage }}"
|
|
|
|
shared_service_kube_url_argocd: "https://{{ shared_service_kube_hostname_argocd }}"
|
|
|
|
shared_service_kube_url_argocd: "https://{{ shared_service_kube_hostname_argocd }}"
|
|
|
|
|