Closed Furius-Starfall closed 1 year ago
Have you run the following commands before execution? pip3 install ansible==4.5.0 ansible-core==2.11.5 pip3 install redfish==3.0.2
These are required steps before running the scripts.
Hi, I thought that these are minimum required versions. Now it's working as it should. Thank you for helping me.
Hi, I'm having issue with SNMP modules for iLOs. The issue seems to be in import redfish module, but also the issue can be between chair and monitor. Below are versions of Ansible, Python and Redfish.
Using following Playbook and inventory PLAYBOOK
INVENTORY
Issuing command ansible-playbook playbook-snmp.yml -i hosts.yaml returns
Also I found that python3 is using different interprenter so i tried command _ansible-playbook playbook-snmp.yml -i hosts.yaml -e 'ansible_pythoninterpreter=/usr/bin/python3' -vvv
with output