dhcpcd: Install and configure dhcpcd

`dhcpcd` is a fully-featured network manager, without all the bloat of
`NetworkManager`.
This commit is contained in:
2018-03-12 19:09:01 -05:00
parent 5181ddaa00
commit 9e73b56ac7
6 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
dhcpcd_send_hostname: true
dhcpcd_use_clientid: false
dhcpcd_persistent: true
dhcpcd_rapid_commit: true
dhcpcd_options: '{{ dhcpcd_default_options }}'
dhcpcd_ntp_servers: true
dhcpcd_interface_mtu: true
dhcpcd_require_server_id: true
dhcpcd_slaac_private: true
dhcpcd_noipv4ll: false
dhcpcd_noipv4: false
dhcpcd_noipv6rs: false
dhcpcd_interfaces: []