mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
unmask hostapd once
This commit is contained in:
parent
ce25ac3cdc
commit
85a5f8fd98
2 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
- name: Unmask the Access Point 'hostapd' service
|
- name: Disable the Access Point 'hostapd' service
|
||||||
systemd:
|
systemd:
|
||||||
name: hostapd
|
name: hostapd
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: no
|
|
||||||
|
|
||||||
- name: Disable hostapd when not using ap0 and wifi gateway present, or no WiFi hardware present or support not detected
|
- name: Disable hostapd when not using ap0 and wifi gateway present, or no WiFi hardware present or support not detected
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
|
@ -45,6 +45,12 @@
|
||||||
# dest: /etc/network/if-pre-up.d/iptables
|
# dest: /etc/network/if-pre-up.d/iptables
|
||||||
# mode: '0755'
|
# mode: '0755'
|
||||||
|
|
||||||
|
-- name: Unmask the Access Point 'hostapd' service
|
||||||
|
systemd:
|
||||||
|
name: hostapd
|
||||||
|
enabled: no
|
||||||
|
masked: no
|
||||||
|
|
||||||
- name: avahi
|
- name: avahi
|
||||||
include_tasks: avahi.yml
|
include_tasks: avahi.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue