mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update default_vars.yml
This commit is contained in:
parent
27bb626cdd
commit
a0043892b1
1 changed files with 2 additions and 2 deletions
|
@ -171,15 +171,15 @@ wondershaper_enabled: False
|
||||||
user_wan_iface: auto
|
user_wan_iface: auto
|
||||||
user_lan_iface: auto
|
user_lan_iface: auto
|
||||||
|
|
||||||
# Ethernet - IF NECESSARY, CUSTOMIZE THESE 4+1 VARS IN /etc/iiab/local_vars.yml
|
|
||||||
# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf
|
|
||||||
# See "How do I set a static IP address?" for Ethernet, in http://FAQ.IIAB.IO
|
# See "How do I set a static IP address?" for Ethernet, in http://FAQ.IIAB.IO
|
||||||
|
# Ethernet - IF NECESSARY, CUSTOMIZE THESE 4+1 VARS IN /etc/iiab/local_vars.yml
|
||||||
wan_ip: dhcp # wan_ip: 192.168.1.99
|
wan_ip: dhcp # wan_ip: 192.168.1.99
|
||||||
wan_netmask: # wan_netmask: 255.255.255.0
|
wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# Can be set to override ISP-provided DNS servers when on a DHCP network:
|
# Can be set to override ISP-provided DNS servers when on a DHCP network:
|
||||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
||||||
|
# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf
|
||||||
|
|
||||||
# Parameters for Aggregate Roles
|
# Parameters for Aggregate Roles
|
||||||
# Each Role should have the following variables which are either True or False:
|
# Each Role should have the following variables which are either True or False:
|
||||||
|
|
Loading…
Reference in a new issue