Commit graph

5 commits

Author SHA1 Message Date
ec96953d16
Add gRPC support to nginx role 2024-11-17 14:36:09 +01:00
272d0aa82b
Make cert location configurable for nginx site
This is slight hack that I want to fix in the future. It is motivated by
the fact that the certbot certificate is valid for all domains that are
requested, instead of a certificate-per-domain.
2024-10-20 11:16:08 +02:00
f916260c90
Make nginx_htpasswd required 2024-10-13 14:38:42 +02:00
5542a21301
Fix more ansible-lint errors 2024-10-13 13:31:08 +02:00
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