DEV-1070 stage demo mpmx uses now prodnso

qa
Sven Ketelsen 3 years ago
parent beb3ce7e6d
commit dc97cd4c1f

@ -6,7 +6,7 @@ awx_oidc_admin_username: "{{ awx_admin_username }}"
awx_oidc_admin_password: "{{ awx_admin_password }}" awx_oidc_admin_password: "{{ awx_admin_password }}"
awx_oidc_admin_email: "{{ devops_email_address }}" awx_oidc_admin_email: "{{ devops_email_address }}"
awx_custom_ee_image: "{{ shared_service_hostname_harbor }}/awx/awx-custom-ee" awx_custom_ee_image: "/awx/awx-custom-ee"
awx_ansible_user_name: "awx" awx_ansible_user_name: "awx"
awx_ansible_user_ssh_key_private: "{{ ansible_ssh_key_private_vault }}" awx_ansible_user_ssh_key_private: "{{ ansible_ssh_key_private_vault }}"

@ -2,5 +2,5 @@
awx_admin_username: "awx-admin" awx_admin_username: "awx-admin"
awx_admin_password: "{{ awx_admin_password_vault }}" awx_admin_password: "{{ awx_admin_password_vault }}"
awx_hetzner_ansible_revision: "main" awx_hetzner_ansible_revision: "prodnso"
awx_custom_ee_image: "{{ shared_service_hostname_harbor }}/prodnso/awx/awx-custom-ee" awx_custom_ee_image: "/prodnso/awx/awx-custom-ee"

@ -365,7 +365,7 @@
vars: vars:
name: "hetzner-ansible" name: "hetzner-ansible"
description: "hetzner-ansible" description: "hetzner-ansible"
image: "{{ awx_custom_ee_image }}" image: "{{ shared_service_hostname_harbor }}{{ awx_custom_ee_image }}"
credential: "{{ awx_credential_harbor_id }}" credential: "{{ awx_credential_harbor_id }}"
pull: "always" pull: "always"
uri: uri:

Loading…
Cancel
Save