mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
refined
This commit is contained in:
parent
9cd03ceb85
commit
01eb8f3528
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
# 5. In gateway: eth0 is wan, and wlan0 is under br0 (only one adapter under br0)
|
||||
# 6. As a slight concess to auto config, if eth1 exists, make it wan, and force gateway
|
||||
|
||||
- name: Raspbian stock has openresolv which is not available in debian, off it
|
||||
- name: Raspbian stock has openresolv which is not available in Debian, off it
|
||||
package: name=openresolv
|
||||
state=absent
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
file: path=/etc/network/interfaces.d/br0
|
||||
state=absent
|
||||
|
||||
- name: Default to LAN Controller
|
||||
- name: Default to 'LanController'
|
||||
set_fact:
|
||||
gui_desired_network_role: "LanController"
|
||||
when: not gui_desired_network_role is defined
|
||||
|
|
Loading…
Add table
Reference in a new issue