mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
rpi test 2 supply template for hostapd
This commit is contained in:
parent
d932185dcc
commit
f3bcabe498
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
|||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
when: iiab_wireless_lan_iface is defined
|
||||
|
||||
- name: Create a config template for hostapd
|
||||
template: src=hostapd/iiab-hostapd.conf.j2
|
||||
dest=/etc/hostapd/hostapd.conf.template
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
when: discovered_wireless_iface is defined
|
||||
|
||||
- name: Disable the Access Point 'hostapd' service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue