1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

discovered_lan_iface -> discovered_wired_iface

This commit is contained in:
Jerry Vonau 2017-11-02 12:43:47 -05:00
parent 47dd40bd26
commit 9bd493b0c5

View file

@ -144,7 +144,7 @@
- name: For Debian, always use bridging - except RPi
set_fact:
iiab_lan_iface: br0
when: discovered_lan_iface != "none" and num_lan_interfaces >= 1 and is_debuntu and not is_rpi
when: discovered_wired_iface != "none" and num_lan_interfaces >= 1 and is_debuntu and not is_rpi
- name: WiFi is on the LAN - use bridging - except RPi
set_fact:
@ -164,7 +164,7 @@
- name: 2 or more devices on the LAN - use bridging
set_fact:
iiab_lan_iface: br0
when: discovered_lan_iface != "none" and num_lan_interfaces >= 2 and not is_rpi
when: num_lan_interfaces >= 2 and not is_rpi
- name: in VM disable LAN - needs local_vars entry to activate
set_fact: