diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index 1db75dcf3..95062fdf0 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -17,8 +17,8 @@ # wan_try_dhcp_then_static_ip: True # Facilitate field updates w/ cablemodems. # dhcp_timeout: 10 # Revert to Static IP or 169.254.x.y if DHCP isn't # detected on the Ethernet network in 10 seconds (dhcpcd default is 30 sec). -# wan_ipV4LL: False # Keep this as 'False' to strongly mandate Static IP -# for eth0 (and avoid 169.254.x.y when DHCP isn't detected). +# wan_ipv4ll: False # Keep this as 'False' to strongly mandate Static IP +# for eth0 (and avoid link-local 169.254.x.y if DHCP isn't detected). # # Change this to 'True' if you want the 3-steps below: # 1. Try to set eth0 as Static IP (if 'arp ' responds).