Skip to content

Commit 6593693

Browse files
authored
Add state exists for credentials (#150)
1 parent c98170d commit 6593693

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

cloud/setup.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ controller_credentials:
2020
credential_type: Amazon Web Services
2121
organization: Default
2222
update_secrets: false
23+
state: exists
2324
inputs:
2425
username: REPLACEME
2526
password: REPLACEME

linux/setup.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ controller_credentials:
2727
- name: Insights Inventory
2828
credential_type: Insights Collection
2929
organization: Default
30+
state: exists
3031
inputs:
3132
insights_user: REPLACEME
3233
insights_password: REPLACEME

openshift/setup.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ controller_credentials:
33
- name: OpenShift Credential
44
organization: Default
55
credential_type: OpenShift or Kubernetes API Bearer Token
6+
state: exists
67
inputs:
78
host: CHANGEME
89
bearer_token: CHANGEME

satellite/setup.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ controller_credentials:
3131
- name: Satellite Inventory
3232
credential_type: Red Hat Satellite 6
3333
organization: Default
34+
state: exists
3435
inputs:
3536
host: https://satellite.example.com
3637
username: admin
3738
password: ansible123!
3839
- name: Satellite Credential
3940
credential_type: Satellite Collection
4041
organization: Default
42+
state: exists
4143
inputs:
4244
host: https://satellite.example.com
4345
username: admin

0 commit comments

Comments
 (0)