debops / ansible-dhcpd

Install and configure ISC DHCP Server
GNU General Public License v3.0
22 stars 15 forks source link

Support both DHCP and DHCPv6 at the same time #7

Open scibi opened 9 years ago

scibi commented 9 years ago

It would be nice to support both DHCPv4 and DHCPv6 at the same time. Probably it would require some custom init script since it's still not supported by Debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592539).

drybjed commented 9 years ago

@scibi Yeah, I'm aware of that issue and above Debian bug. I want to wait and see if the issue gets resolved after Jessie release, and if it is, either use a backported isc-dhcp-server package or incorporate the Stretchy solution into the Ansible role itself.