From f5935654c88acca88b0a45dd2f164cc0bc7841ce Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 20:12:33 -0400 Subject: [PATCH] wan_try_dhcp_then_static_ip -> wan_can_use_dhcp_ip --- roles/network/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index 73f547964..edc66a7fe 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -14,7 +14,7 @@ # wan_gateway: # wan_gateway: 192.168.1.1 # wan_nameserver: # wan_nameserver: 192.168.1.1 # -# wan_try_dhcp_then_static_ip: True # Facilitate field updates w/ cablemodems. +# wan_can_use_dhcp_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_link_local: False # Keep this as 'False' to strongly mandate Ethernet