ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
198 stars 153 forks source link

Create Reservation With Only MAC #499

Open ai-ryanbess opened 1 year ago

ai-ryanbess commented 1 year ago

I am automating creating DHCP Reservations. Please support creating reservations by providing the MAC. The code should ask the DHCP server for an available IP to create the reservation with. Once the reservation is created, support having that data returned back to ansible so the now reserved IP can be stored in a CMDB.

ai-ryanbess commented 1 year ago

any update on this?