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.
37 lines
896 B
YAML
37 lines
896 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_hostname_harbor }}/v2/"
|
|
connectionType: "HTTP"
|
|
authType: "BASIC_AUTH"
|
|
username: "{{ harbor_admin_username }}"
|
|
password: "{{ harbor_admin_password }}"
|
|
|
|
current_realm_users_base:
|
|
- username: "{{ management_admin_username }}"
|
|
password: "{{ management_admin_password }}"
|
|
email: "{{ connect_admin_email }}"
|
|
requiredActions: []
|
|
current_realm_password_policy: ''
|
|
|
|
connect_config_delete_scope_enabled: true
|
|
|
|
connect_configurations:
|
|
- pmci
|
|
- backup
|
|
- provisioning
|