1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
This commit is contained in:
Jerry Vonau 2017-11-01 16:43:59 -05:00
parent f2d3207ac3
commit a33c5f76b9

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_lan_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: discovered_lan_iface != "none" and num_lan_interfaces >= "2" and not is_rpi
- name: in VM disable LAN - needs local_vars entry to activate
set_fact: