10 Posts
0
1044
April 7th, 2022 12:00
dellemc.powermax.info issue
Just starting off with Ansible against storage arrays and running into an issue with powermax collection just trying to gather info. The task is below, but returns this error, any thoughts?
FAILED! => {"changed": false, "msg": "Bad or unexpected response from the storage volume backend API: The GET request to URL https://********:8443/univmax/restapi/version failed with exception: Failed to parse: https://********:8443/univmax/restapi/version
| - name: Get detailed list of Powermax entities | |
| ignore_errors: yes | |
| dellemc.powermax.info: | |
| unispherehost: "{ { inventory_hostname }}:{ { storageport }}" | |
| #universion: '91' | |
| verifycert: "{ {verifycert}}" | |
| user: "{ {username}}" | |
| password: "{ {password}}" | |
| environment: | |
| no_proxy: '*' | |
| register: array_info | |
| delegate_to: localhost |
events found
No Events found!

