From b050dddef97798fa00da408f2c6b99c2209ad7e5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 16:24:57 -0400 Subject: [PATCH] Update local_vars_big.yml --- vars/local_vars_big.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 2b5ce6171..8ca1976f8 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -58,6 +58,20 @@ ports_externally_visible: 3 # ssh + http-or-https + common IIAB services # Make this True if client machines should have access to WAN/Internet: iiab_gateway_enabled: False +# See "How do I set a static IP Address?" for eth0 in http://FAQ.IIAB.IO +# wan_ip: 192.168.1.99 # wan_ip: dhcp +# wan_netmask: 255.255.255.0 +# wan_gateway: 192.168.1.1 +# wan_nameserver: 192.168.1.1 +# wan_ipV4LL: False # Keep this as 'False' to strongly mandate the Static IP +# for eth0 when no DHCP is detected on the wire. +# +# Change this to 'True' if you want the 3-steps below: +# 1. Try to set eth0 as Static IP (if 'arp ' responds). +# 2. Try to set eth0 using DHCP, if DHCP responds within 10 seconds. +# 3. Set eth0 to a link-local address 169.254.x.y if both above fail. +# Details in roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf + dhcpd_install: False dhcpd_enabled: False