This commit is contained in:
willtome
2022-02-11 08:57:51 -06:00
parent 3eaa51493f
commit 8015ac8ad1

View File

@@ -1,8 +1,10 @@
---
user_message: |
Be sure to update the activation_key and org_id extra variables for LINUX /Register
Be sure to update the 'activation_key' and 'org_id' extra variables for 'LINUX / Register'
controller_components:
- projects
- credential_types
- credentials
- job_templates
controller_projects:
@@ -11,6 +13,31 @@ controller_projects:
scm_type: git
scm_url: 'https://github.com/ansible/awx-facts-playbooks.git'
controller_credential_types:
- name: "Insights Collection"
kind: cloud
inputs:
fields:
- id: insights_user
type: string
label: Insights User
- id: insights_password
type: string
label: Insights Password
secret: true
injectors:
env:
INSIGHTS_USER: "{% raw %}{ { insights_user }}{% endraw %}"
INSIGHTS_PASSWORD: "{% raw %}{ { insights_password }}{% endraw %}"
controller_credentials:
- name: Insights Inventory
credential_type: Insights Collection
organization: Default
inputs:
insights_user: REPLACEME
insights_password: REPLACEME
controller_templates:
- name: "LINUX / Register"
job_type: run