ansible-dhcpd
ansible-dhcpd copied to clipboard
Install and configure ISC DHCP Server
I find recently I'm unable to download this role via ansible-galaxy when using the short name. Says the version does not exist. I switch to downloading via git and it...
If this is run by Jinja higher than 2.8 it fails on looking for the templates. In this bug (https://github.com/debops/debops/issues/179) there is explained, that behaviour in the Python Jinja library...
``` TASK: [debops.dhcpd | Create dhcp-probe lib directory] ************************ fatal: [192.168.0.1] => One or more undefined variables: 'ansible_local' is undefined ``` Looks like 'tasks/dhcp-probe.yml' depends on some local facts that...
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).