You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the bootfile, nextserver, bootserver options to the nios_fixed_address module, so the IPV4 BOOTP/PXE options in the Infoblox could be updated via ansible?
Hi, nextserver and use_nextserver are very much needed here. It is the key to automating as much of the setup as possible and I was astonished when I was not able to find the options while they were defined in the documentation. I am happy to contribute the this if I can get some support. Defining them on the .py file seems to be fruitless.
Would it be possible to add the bootfile, nextserver, bootserver options to the nios_fixed_address module, so the IPV4 BOOTP/PXE options in the Infoblox could be updated via ansible?
I've tested it with the Infoblox WAPI 2.11:
curl -k -u admin:admin -H 'Content-Type: application/json' -X PUT https://10.10.10.10/wapi/v2.11/fixedaddress/<_ref> -d @add_dhcp_fixed_addr.json
add_dhcp_fixed_addr.json file:
The text was updated successfully, but these errors were encountered: