sce/roles/nginx/handlers/main.yml
Ivo C.S. Wingelaar 33a9eef0fa
Add basic nginx role
This role installs a distribution-provided nginx and does some basic
configuration on it. It acts as a reverse proxy for the containers
that does the TLS offloading and provides an optional HTTP basic
authentication page for services that aren't ready to be exposed yet.
2024-10-13 11:33:33 +02:00

5 lines
96 B
YAML

---
- name: Reload nginx
ansible.builtin.systemd_service:
state: reloaded
name: nginx