Closed wally007 closed 2 months ago
I think I found the problem.
The issue is differenec between how community.general.redfish_command
and community.general.redfish_config
handle self signed or mismatched SSL certificates.
Is there anyway to disable verify SSL certificate of the ilo using any of these redfish modules ? I couldnt find it in the documentation.
The above problem manifests when you try to change hostname from DHCP acqired to static IP with different domain. The community.general.redfish_command works - while community.general.redfish_config does not (the above error is thrown)
Hi @wally007 , We will look into it and get back to you.
I think I found the problem.
The issue is differenec between how
community.general.redfish_command
andcommunity.general.redfish_config
handle self signed or mismatched SSL certificates.Is there anyway to disable verify SSL certificate of the ilo using any of these redfish modules ? I couldnt find it in the documentation.
same error here. Have you found any workaround?
Please open issue with community general. Closing this.
There is an issue with
community.general.redfish_config
and setting up the iLO hostname.Please see below
playbook
The server gets turned off (1st task) but 2nd task results in an error
Username/Password and URI must be correct, since I'm able to turn off the server with the same parameters in the 1st task
Server info: DL325 Gen 11, iLo6 1.40
Ansible info: 2.15, python3.9, all other collections are latest versions as of today (installed ilo collection and all dependencies today s per README.md)