1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/network/templates/network/wifi-slave.j2
2020-01-06 13:58:48 +00:00

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