Install and configure nginx

This commit is contained in:
Bill Niblock 2025-06-23 13:16:13 -04:00
parent 157ef80aee
commit fbcb94bc79
3 changed files with 77 additions and 0 deletions

11
handlers/main.yml Normal file
View 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