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:
parent
9720adce91
commit
092617e75d
1 changed files with 0 additions and 5 deletions
|
@ -27,11 +27,6 @@
|
||||||
gui_desired_network_role: "LanController"
|
gui_desired_network_role: "LanController"
|
||||||
when: not gui_desired_network_role is defined
|
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
|
- name: Copy the network config script -- previously in /etc/network/interfaces.d/br0
|
||||||
template: dest=/etc/network/interfaces
|
template: dest=/etc/network/interfaces
|
||||||
src=network/interfaces.j2
|
src=network/interfaces.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue