mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Add support for Insights as an inventory source
This commit is contained in:
@@ -954,6 +954,10 @@ ManagedCredentialType(
|
||||
"scm_username": "{{username}}",
|
||||
"scm_password": "{{password}}",
|
||||
},
|
||||
'env': {
|
||||
'INSIGHTS_USER': '{{username}}',
|
||||
'INSIGHTS_PASSWORD': '{{password}}',
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user