mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update template to match distro
This commit is contained in:
parent
ff7022b563
commit
72145ce13e
1 changed files with 6 additions and 4 deletions
|
@ -2,12 +2,14 @@
|
||||||
network:
|
network:
|
||||||
ethernets:
|
ethernets:
|
||||||
{{ iiab_wan_iface }}:
|
{{ iiab_wan_iface }}:
|
||||||
dhcp4: false
|
addresses:
|
||||||
dhcp6: false
|
- {{ wan_ip }}/{{ wan_cidr }}
|
||||||
addresses: [{{ wan_ip }}/{{ wan_cidr }}]
|
|
||||||
gateway4: {{ wan_gateway }}
|
gateway4: {{ wan_gateway }}
|
||||||
nameservers:
|
nameservers:
|
||||||
addresses: [{{ wan_nameserver }}]
|
addresses:
|
||||||
|
- {{ wan_nameserver }}
|
||||||
|
search:
|
||||||
|
- {{ iiab_domain }}
|
||||||
optional: true
|
optional: true
|
||||||
version: 2
|
version: 2
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue