You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
543 B
YAML
17 lines
543 B
YAML
---
|
|
awx_oidc_realm: "stage-awx"
|
|
awx_oidc_client_id: "stage-awx"
|
|
awx_oidc_client_secret: "{{ awx_oidc_client_secret_vault }}"
|
|
awx_oidc_admin_username: "{{ awx_admin_username }}"
|
|
awx_oidc_admin_password: "{{ awx_admin_password }}"
|
|
awx_oidc_admin_email: "{{ devops_email_address }}"
|
|
|
|
awx_custom_ee_image: "/awx/awx-custom-ee"
|
|
|
|
awx_ansible_user_name: "awx"
|
|
awx_ansible_user_ssh_key_private: "{{ ansible_ssh_key_private_vault }}"
|
|
awx_credential_machine_hetzner_name: hetzner-ansible-ssh
|
|
|
|
awx_ansible_username: ansible
|
|
awx_ansible_password: ansible
|