File tree 8 files changed +4
-52
lines changed
8 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
user_message :
3
3
4
- controller_components :
5
- - execution_environments
6
- - projects
7
- - credentials
8
- - inventory_sources
9
- - groups
10
- - job_templates
11
- - workflow_job_templates
12
-
13
4
controller_execution_environments :
14
5
- name : Cloud Services Execution Environment
15
6
image : quay.io/scottharwell/cloud-ee:latest
Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ user_message:
3
3
- Update the 'activation_key' and 'org_id' extra variables for 'LINUX / Register with Insights'. https://access.redhat.com/management/activation_keys
4
4
- Update Credential for Insights Inventory with Red Hat account.
5
5
- Add variables for system_roles. https://console.redhat.com/ansible/automation-hub/repo/published/redhat/rhel_system_roles
6
- controller_components :
7
- - projects
8
- - credential_types
9
- - credentials
10
- - inventory_sources
11
- - job_templates
12
6
13
7
controller_credential_types :
14
8
- name : Insights Collection
Original file line number Diff line number Diff line change 15
15
16
16
- name : Default Components
17
17
ansible.builtin.include_role :
18
- name : " redhat_cop .controller_configuration.job_launch"
18
+ name : " infra .controller_configuration.job_launch"
Original file line number Diff line number Diff line change 1
1
---
2
2
user_message :
3
3
4
- controller_components :
5
- - execution_environments
6
- - projects
7
- - inventories
8
- - hosts
9
- - inventory_sources
10
- - inventory_source_update
11
- - job_templates
12
-
13
4
controller_execution_environments :
14
5
- name : Networking Execution Environment
15
6
image : quay.io/nleiva/ee-network-image
Original file line number Diff line number Diff line change 1
1
---
2
- controller_components :
3
- - credentials
4
- - job_templates
5
-
6
2
controller_credentials :
7
3
- name : OpenShift Credential
8
4
organization : Default
Original file line number Diff line number Diff line change 1
1
---
2
2
user_message :
3
3
4
- controller_components :
5
- - credential_types
6
- - credentials
7
- - inventory_sources
8
- - job_templates
9
- - job_launch
10
- - workflow_job_templates
11
-
12
4
controller_credential_types :
13
5
- name : Satellite Collection
14
6
kind : cloud
Original file line number Diff line number Diff line change 6
6
tasks :
7
7
- name : Default Components
8
8
ansible.builtin.include_role :
9
- name : " redhat_cop.controller_configuration.{{ item }}"
10
- loop : " {{ controller_components }}"
9
+ name : infra.controller_configuration.dispatch
11
10
vars : # noqa var-naming[no-role-prefix]
12
- controller_components :
13
- - notification_templates
14
- - job_templates
15
- - settings
16
11
controller_execution_environments :
17
12
- name : product-demos
18
- image : http:// quay.io/acme_corp/product-demos-ee:latest
13
+ image : quay.io/acme_corp/product-demos-ee:latest
19
14
controller_organizations :
20
15
- name : Default
21
16
default_environment : product-demos
59
54
60
55
- name : Demo Components
61
56
ansible.builtin.include_role :
62
- name : " redhat_cop.controller_configuration.{{ item }}"
63
- loop : " {{ controller_components }}"
64
- when :
65
- - controller_components | d("") | length > 0
57
+ name : " infra.controller_configuration.dispatch"
66
58
67
59
- name : Log Demo
68
60
ansible.builtin.uri :
Original file line number Diff line number Diff line change 2
2
user_message : |
3
3
''
4
4
5
- controller_components :
6
- - projects
7
- - job_templates
8
-
9
5
controller_projects :
10
6
- name : Fact Scan
11
7
organization : Default
You can’t perform that action at this time.
0 commit comments