1
0
Fork 0
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:
Jerry Vonau 2018-12-02 23:15:22 -06:00
parent 71907893cb
commit 188407614c

View file

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