xoanmi / ansible-module-infoblox

Awesome infobox module for ansible
GNU General Public License v3.0
38 stars 25 forks source link

Add get next ip by range #27

Closed brampling closed 7 years ago

brampling commented 7 years ago

Added the ability to use a Range for get_next_available_ip. I also changed the result of get_next_available_ip to only return result:\<addr> rather than the old behaviour of result:[ips:\<addr>]. This should make it easier to use the result inside a playbook.