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.
16 lines
361 B
YAML
16 lines
361 B
YAML
---
|
|
|
|
connect_connections:
|
|
- id: "teams"
|
|
name: "MS Teams"
|
|
url: "{{ netgo_msteams_hook_alerting_vault }}"
|
|
connectionType: "HTTPS"
|
|
authType: "NO_AUTH"
|
|
- id: "awx"
|
|
name: "AWX"
|
|
url: "http://{{ shared_service_awx_hostname }}/"
|
|
connectionType: "HTTP"
|
|
authType: "BASIC_AUTH"
|
|
username: "{{ awx_admin_username }}"
|
|
password: "{{ awx_admin_password }}"
|