Unsolved
1 Rookie
•
1 Message
0
6
January 14th, 2026 11:48
Ansible verify script
We have some automation to run vxverify checks via an ansible script then pulls the results and creates a report from the vxverify out put. This has stopped working (not sure exact when but it stopped working).
The part of the playbook that's failing is this line:
python {{ vxv4_fname.stdout_lines[0] }} -r {{ vcsa_user }} -w '{{ vcsa_password }}'. When I try and run this manually it also fails, some quick google search indicates that it this method of running vxverify is not supported?
Running vxverify.sh works OK.
VxRail Manger is version 7.0.521
Error in the vxv.log has this in
2026-01-13 11:02:31-ERROR [import_pmik] No paramiko in site-packages: No module named 'paramiko'
Should this work?


