1
0
Fork 0
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:
Jerry Vonau 2022-07-19 00:05:34 -05:00
parent ce25ac3cdc
commit 85a5f8fd98
2 changed files with 7 additions and 2 deletions

View file

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

View file

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