mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
12 lines
308 B
Django/Jinja
12 lines
308 B
Django/Jinja
# Generated by IIAB for wifi-slave
|
|
# used mostly for the NM_CONTROLLED part
|
|
TYPE=Ethernet
|
|
BOOTPROTO=none
|
|
BRIDGE=br0
|
|
ONBOOT=yes
|
|
NM_CONTROLLED=no
|
|
|
|
# needs work but it's a start
|
|
HWADDR={{ hostvars[inventory_hostname]['ansible_' + iiab_wireless_lan_iface ]['macaddress'] }}
|
|
DEVICE={{ iiab_wireless_lan_iface }}
|
|
|