File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ controller_credentials:
20
20
credential_type : Amazon Web Services
21
21
organization : Default
22
22
update_secrets : false
23
+ state : exists
23
24
inputs :
24
25
username : REPLACEME
25
26
password : REPLACEME
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ controller_credentials:
27
27
- name : Insights Inventory
28
28
credential_type : Insights Collection
29
29
organization : Default
30
+ state : exists
30
31
inputs :
31
32
insights_user : REPLACEME
32
33
insights_password : REPLACEME
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ controller_credentials:
3
3
- name : OpenShift Credential
4
4
organization : Default
5
5
credential_type : OpenShift or Kubernetes API Bearer Token
6
+ state : exists
6
7
inputs :
7
8
host : CHANGEME
8
9
bearer_token : CHANGEME
Original file line number Diff line number Diff line change @@ -31,13 +31,15 @@ controller_credentials:
31
31
- name : Satellite Inventory
32
32
credential_type : Red Hat Satellite 6
33
33
organization : Default
34
+ state : exists
34
35
inputs :
35
36
host : https://satellite.example.com
36
37
username : admin
37
38
password : ansible123!
38
39
- name : Satellite Credential
39
40
credential_type : Satellite Collection
40
41
organization : Default
42
+ state : exists
41
43
inputs :
42
44
host : https://satellite.example.com
43
45
username : admin
You can’t perform that action at this time.
0 commit comments