1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
A Holt 2017-10-27 13:56:51 -04:00 committed by GitHub
parent 9cd03ceb85
commit 01eb8f3528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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