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.
5 lines
96 B
YAML
5 lines
96 B
YAML
---
|
|
- name: Reload nginx
|
|
ansible.builtin.systemd_service:
|
|
state: reloaded
|
|
name: nginx
|