1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

hostapd in enable_services.yml

This commit is contained in:
Jerry Vonau 2017-11-18 15:45:27 -05:00
parent fa3512f2b1
commit 3c2090424b

View file

@ -1,3 +1,8 @@
- name: Disable the Access Point 'hostapd' service
service: enabled=no
name=hostapd.service
when: not iiab_wireless_lan_iface is defined or iiab_network_mode == "Appliance" or not hostapd_enabled
- name: Disable dhcpd service - name: Disable dhcpd service
service: name=dhcpd service: name=dhcpd
enabled=no enabled=no