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.
23 lines
579 B
YAML
23 lines
579 B
YAML
---
|
|
|
|
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 }}"
|