1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

hardcoding ifaces on rpi was a bad idea (#232)

* remove hardcodeing of ifaces - raspbian

* remove commented out hardcodeing
This commit is contained in:
georgejhunt 2017-09-11 09:20:12 -07:00 committed by GitHub
parent 9720adce91
commit 092617e75d

View file

@ -27,11 +27,6 @@
gui_desired_network_role: "LanController"
when: not gui_desired_network_role is defined
- name: set the interface variables based upon gui_desired_role
set_fact:
discovered_wireless_iface: wlan0
discovered_wan_iface: eth0
- name: Copy the network config script -- previously in /etc/network/interfaces.d/br0
template: dest=/etc/network/interfaces
src=network/interfaces.j2