add state exists to credentials

This commit is contained in:
willtome
2024-06-06 09:38:57 -04:00
parent 16553210bd
commit 88b171bb48
5 changed files with 8 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ controller_credentials:
credential_type: Amazon Web Services credential_type: Amazon Web Services
organization: Default organization: Default
update_secrets: false update_secrets: false
state: exists
inputs: inputs:
username: REPLACEME username: REPLACEME
password: REPLACEME password: REPLACEME

View File

@@ -1,9 +1,9 @@
--- ---
collections: collections:
- name: ansible.controller - name: ansible.controller
version: 4.4.0 version: 4.5.6
- name: redhat_cop.controller_configuration - name: infra.controller_configuration
version: 2.3.1 version: 2.8.1
# linux # linux
- name: ansible.posix - name: ansible.posix
version: 1.5.4 version: 1.5.4

View File

@@ -27,6 +27,7 @@ controller_credentials:
- name: Insights Inventory - name: Insights Inventory
credential_type: Insights Collection credential_type: Insights Collection
organization: Default organization: Default
state: exists
inputs: inputs:
insights_user: REPLACEME insights_user: REPLACEME
insights_password: REPLACEME insights_password: REPLACEME

View File

@@ -3,6 +3,7 @@ controller_credentials:
- name: OpenShift Credential - name: OpenShift Credential
organization: Default organization: Default
credential_type: OpenShift or Kubernetes API Bearer Token credential_type: OpenShift or Kubernetes API Bearer Token
state: exists
inputs: inputs:
host: CHANGEME host: CHANGEME
bearer_token: CHANGEME bearer_token: CHANGEME

View File

@@ -31,6 +31,7 @@ controller_credentials:
- name: Satellite Inventory - name: Satellite Inventory
credential_type: Red Hat Satellite 6 credential_type: Red Hat Satellite 6
organization: Default organization: Default
state: exists
inputs: inputs:
host: https://satellite.example.com host: https://satellite.example.com
username: admin username: admin
@@ -38,6 +39,7 @@ controller_credentials:
- name: Satellite Credential - name: Satellite Credential
credential_type: Satellite Collection credential_type: Satellite Collection
organization: Default organization: Default
state: exists
inputs: inputs:
host: https://satellite.example.com host: https://satellite.example.com
username: admin username: admin