feat: configuration of connections for connect management installation
- awx - teamsmaster
parent
9ae762b6e1
commit
77c27e706b
@ -1 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
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 }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue