--- connect_connections: - id: "teams" name: "MS Teams" url: "{{ netgo_msteams_hook_cd }}" connectionType: "HTTPS" authType: "NO_AUTH" - id: "awx" name: "AWX" url: "https://{{ shared_service_kube_awx_hostname }}/" connectionType: "HTTP" authType: "BASIC_AUTH" username: "{{ awx_admin_username }}" password: "{{ awx_admin_password }}" - id: "harbor" name: "Harbor" url: "https://{{ shared_service_harbor_hostname }}/v2/" connectionType: "HTTP" authType: "BASIC_AUTH" username: "{{ harbor_admin_username }}" password: "{{ harbor_admin_password }}"