1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update local_vars_medium.yml

This commit is contained in:
A Holt 2019-09-02 16:24:09 -04:00 committed by GitHub
parent b30b49cbed
commit be1211aba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# <wan_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 <wan_ip> (if 'arp <wan_gateway>' 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