WIP: generiek nginx role
This commit is contained in:
parent
ea3b17ef2d
commit
8df1cba71c
14 changed files with 278 additions and 15 deletions
11
roles/nginx/handlers/main.yaml
Normal file
11
roles/nginx/handlers/main.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- name: Reload nginx
|
||||
ansible.builtin.systemd:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
enabled: true
|
||||
listen: "Reload app-services"
|
||||
when:
|
||||
- nginx_sites is defined
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue