Jan Wenzel

Results 7 comments of Jan Wenzel

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) -...

I've implemented a working module in my fork, has no tests or validation - so i haven't created a pull request yet. But we use this already in our customer...

https://github.com/coffeelover/ansible-pfsense/blob/dns_resolver/library/pfsense_dns_resolver.py @devopstales this is still the latest version, i have to write many more modules before i have time for working on validations/tests. we're using it in production anyway :)

I need to build modules for at least unbound and squid (+ squidguard). I will do this using the collection repo. Should I also change my existing pull request or...

This is done via GUI on System->User Manager->Settings by the Dropdown Authentication Server. This can be done via Ansible (**after my pull request has been merged**) with pfsense_setup: ``` pfsensible.core.pfsense_setup:...