Initial
This commit is contained in:
12
roles/nginxinc.nginx_unit/handlers/main.yml
Normal file
12
roles/nginxinc.nginx_unit/handlers/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: (Handler - Amazon Linux/CentOS/Debian/RedHat/Ubuntu) Start NGINX Unit
|
||||
service:
|
||||
name: unit
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: (Handler - FreeBSD) Start NGINX Unit
|
||||
service:
|
||||
name: unitd
|
||||
state: started
|
||||
enabled: yes
|
Reference in New Issue
Block a user