Skip to content

Commit

Permalink
Add state exists for credentials (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome authored Jun 10, 2024
1 parent c98170d commit 6593693
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ controller_credentials:
credential_type: Amazon Web Services
organization: Default
update_secrets: false
state: exists
inputs:
username: REPLACEME
password: REPLACEME
Expand Down
1 change: 1 addition & 0 deletions linux/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ controller_credentials:
- name: Insights Inventory
credential_type: Insights Collection
organization: Default
state: exists
inputs:
insights_user: REPLACEME
insights_password: REPLACEME
Expand Down
1 change: 1 addition & 0 deletions openshift/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ controller_credentials:
- name: OpenShift Credential
organization: Default
credential_type: OpenShift or Kubernetes API Bearer Token
state: exists
inputs:
host: CHANGEME
bearer_token: CHANGEME
Expand Down
2 changes: 2 additions & 0 deletions satellite/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ controller_credentials:
- name: Satellite Inventory
credential_type: Red Hat Satellite 6
organization: Default
state: exists
inputs:
host: https://satellite.example.com
username: admin
password: ansible123!
- name: Satellite Credential
credential_type: Satellite Collection
organization: Default
state: exists
inputs:
host: https://satellite.example.com
username: admin
Expand Down

0 comments on commit 6593693

Please sign in to comment.