1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

don't use /etc/network/interfaces.d/iiab

This commit is contained in:
Jerry Vonau 2017-11-22 10:21:18 -06:00
parent 6b276e53cc
commit 47328e6ab5
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ wireless_lan_present: False
strict_networking: False
iiab_demo_mode: False
gui_static_wan: False
has_NM: False
# Set defaults for discovery process as strings
wifi1: "not found-1"

View file

@ -37,7 +37,7 @@
- name: Copy the bridge script
template: dest=/etc/network/interfaces.d/iiab
src=network/systemd.j2
when: not is_rpi and (iiab_lan_iface == "br0" or wan_ip != "dhcp")
when: not is_rpi and not has_NM and (iiab_lan_iface == "br0" or wan_ip != "dhcp")
- name: Copy the bridge script for RPi
template: dest=/etc/network/interfaces.d/iiab