ansible-pfsense
ansible-pfsense copied to clipboard
Managing DHCP and unbound - any plans?
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!
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.
I'm working on unbound.
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.
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!