mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update netplan.j2
This commit is contained in:
parent
31715f1633
commit
35c5ed3740
1 changed files with 2 additions and 4 deletions
|
@ -12,10 +12,8 @@ network:
|
||||||
- {{ wan_ip }}/{{ wan_cidr }}
|
- {{ wan_ip }}/{{ wan_cidr }}
|
||||||
gateway4: {{ wan_gateway }}
|
gateway4: {{ wan_gateway }}
|
||||||
nameservers:
|
nameservers:
|
||||||
addresses:
|
addresses: [{{ wan_nameserver }}]
|
||||||
- {{ wan_nameserver }}
|
search: [{{ iiab_domain }}]
|
||||||
search:
|
|
||||||
- {{ iiab_domain }}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
dhcp4: yes
|
dhcp4: yes
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue