Install and configure nginx
This commit is contained in:
parent
157ef80aee
commit
fbcb94bc79
3 changed files with 77 additions and 0 deletions
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# NibTech::nginx::handlers::main
|
||||
# This handler is for the nginx process
|
||||
# Role repository:
|
||||
---
|
||||
|
||||
- name: restart nginx
|
||||
ansible.builtin.systemd_service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue