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:
parent
fa3512f2b1
commit
3c2090424b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
service: name=dhcpd
|
||||
enabled=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue