Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

2 Posts

9

October 17th, 2024 13:55

Unable to fetch version of array error when running Ansible module

Hello.

I posted this same question here https://github.com/dell/ansible-powerscale/issues/119 but received no reply.

I'm helping a team automate some tasks on their Isilon systems by using the Ansible powerscale module https://github.com/dell/ansible-powerscale. I'm just getting started using the playbook and I encountered this error:

TASK [rotate_certs : Import the new server certificate and set as default] ******************************************************************************************************************************fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to fetch version of array arrayname.company.com:********, failed with error: Failed to parse: [https://array.company.com:********:********/session/1/session](https://array.company.com:%2A%2A%2A%2A%2A%2A%2A%2A:********/session/1/session)"}

The system is an Isilon (the GUI says OneFS storage administration, version 9.7.0.0). When I go to the /session/1/session URL, I receive this:
{"message":""}

I don't know what is missing or really expected of me, this is the very first time I'm interacting with this Ansible module.

Relevant code:

- name: Import the new server certificate and set as defaultdellemc.powerscale.server_certificate:onefs_host: "{{ storage_host }}"api_user: "{{ storage_username }}"api_password: "{{ storage_password }}"verify_ssl: falsestate: presentalias_name: "{{ alias_name }}"certificate_path: "/ifs/something/{{ new_cert_name }}"certificate_key_path: "/ifs/something/something.key"is_default_certificate: true

isilon-sdk version is 0.3.0.1


From what I can tell, the collection should work with our Isilon. I don't see any kind of additional configuration I'm missing. Any help is appreciated.

1 Rookie

 • 

2 Posts

October 18th, 2024 12:04

Figured out the issue https://github.com/dell/ansible-powerscale/issues/119 don't specify the port directly in the host

No Events found!

Top