diff --git a/cloud/setup.yml b/cloud/setup.yml index faa8804..c2a1f12 100644 --- a/cloud/setup.yml +++ b/cloud/setup.yml @@ -20,7 +20,6 @@ controller_credentials: credential_type: Amazon Web Services organization: Default update_secrets: false - state: exists inputs: username: REPLACEME password: REPLACEME diff --git a/collections/requirements.yml b/collections/requirements.yml index 4cd6753..435dff2 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,9 @@ --- collections: - name: ansible.controller - version: 4.5.6 - - name: infra.controller_configuration - version: 2.8.1 + version: 4.4.0 + - name: redhat_cop.controller_configuration + version: 2.3.1 # linux - name: ansible.posix version: 1.5.4 diff --git a/linux/setup.yml b/linux/setup.yml index dcc21c6..93a0221 100644 --- a/linux/setup.yml +++ b/linux/setup.yml @@ -27,7 +27,6 @@ controller_credentials: - name: Insights Inventory credential_type: Insights Collection organization: Default - state: exists inputs: insights_user: REPLACEME insights_password: REPLACEME diff --git a/openshift/setup.yml b/openshift/setup.yml index 3c8cc9e..a505b52 100644 --- a/openshift/setup.yml +++ b/openshift/setup.yml @@ -3,7 +3,6 @@ controller_credentials: - name: OpenShift Credential organization: Default credential_type: OpenShift or Kubernetes API Bearer Token - state: exists inputs: host: CHANGEME bearer_token: CHANGEME diff --git a/satellite/setup.yml b/satellite/setup.yml index 6ae2b6e..193ff6b 100644 --- a/satellite/setup.yml +++ b/satellite/setup.yml @@ -31,7 +31,6 @@ controller_credentials: - name: Satellite Inventory credential_type: Red Hat Satellite 6 organization: Default - state: exists inputs: host: https://satellite.example.com username: admin @@ -39,7 +38,6 @@ controller_credentials: - name: Satellite Credential credential_type: Satellite Collection organization: Default - state: exists inputs: host: https://satellite.example.com username: admin