configpolicy/roles/dhcpcd
Dustin 44a82688e4 roles/dhcpcd: Always send FQDN
Though the default for the `fqdn` value is listed as `both` in
*dhcpcd.conf(5)*, the current behavior of `dhcpcd` suggests that it may
actually be `none`. Without explicitly setting `fqdn both`, the value of
the kernel node name is sent as-is in the *hostname* option (12). If the
node name is set to the FQDN, then dynamic DNS gets broken, since the
DHCP server always appends its domain name to the provided hostname.
Setting `fqdn both` causes `dhcpcd` to send the FQDN in the *FQDN*
option (81), which the DHCP server interprets correctly.
2018-07-23 17:35:10 -05:00
..
defaults roles/dhcpcd: Disable device management module 2018-07-20 17:46:47 -05:00
handlers dhcpcd: Install and configure dhcpcd 2018-03-13 23:19:50 -05:00
tasks dhcpd: Install and configure ISC DHCPD 2018-03-27 20:44:43 -05:00
templates roles/dhcpcd: Always send FQDN 2018-07-23 17:35:10 -05:00
vars dhcpcd: Install and configure dhcpcd 2018-03-13 23:19:50 -05:00