roles/freeradius: Enable/start service

The *radiusd* service needs to be set to start on boot, lest the WiFi
goes down when the server is rebooted!
jenkins-master
Dustin 2018-07-23 12:25:14 -05:00
parent 9cf4111af7
commit a3b0349b4c
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@
group=radiusd
notify: restart radiusd
- name: ensure freeradius starts at boot
service:
name=radiusd
enabled=yes
- name: ensure freeradius is running
service:
name=radiusd
state=started
- name: ensure radius is allowed in the firewall
firewalld:
service=radius