mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
dhcpcd hook for hostapd
This commit is contained in:
parent
71907893cb
commit
188407614c
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,15 @@
|
|||
mode: 0755
|
||||
when: is_raspbian | bool
|
||||
|
||||
- name: Create dhcpcd hook for hostapd
|
||||
template:
|
||||
src: hostapd/50-hostapd
|
||||
dest: /lib/dhcpcd/dhcpcd-hooks/50-hostapd
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
when: is_rpi
|
||||
|
||||
- name: Disable the Access Point 'hostapd' service
|
||||
systemd:
|
||||
name: hostapd
|
||||
|
|
Loading…
Reference in a new issue