ansible-pfsense icon indicating copy to clipboard operation
ansible-pfsense copied to clipboard

Managing DHCP and unbound - any plans?

Open Hr46ph opened this issue 4 years ago • 4 comments

It would be grand if dhcp could be managed for example for setting fixed dhcp addresses with hostnames.

Unbound would be cool too, if I deploy guest vm's with fixed ip's (on guest OS level) it would be grand if I can push a hostname to unbound to have it resolved.

Are there any plans to make this work too?

Thanks!

Hr46ph avatar Sep 21 '20 19:09 Hr46ph

Pull requests welcome! :) Seriously, the main developers are both pretty strapped for time and we work on our own itches. Creating and tweaking modules is really not that hard to do. See the wiki for more information. Thanks.

opoplawski avatar Sep 24 '20 01:09 opoplawski

I'm working on unbound.

coffeelover avatar Mar 23 '21 15:03 coffeelover

My unbound module is somewhat ready (no tests at all, no input validation beside type), i'm building modules for a customer installation. I built so far:

  • dns_resolver (unbound)
  • dhcp_relay
  • squid
  • virtual_ip
  • hasync I'm currently working on widgets and will add input validation and tests for all modules to include it here, but you can manually install these modules in addition.

coffeelover avatar Jun 17 '21 06:06 coffeelover

I have put a draft PR here: https://github.com/pfsensible/core/pull/26 for doing DHCP (no unbound though, sorry).

It's a bit rough, so any feedback / help would be very welcome. It does work though!

ad8lmondy avatar Sep 24 '21 01:09 ad8lmondy