Unify nginx configuration

This creates a simple base configuration skeleton, that other configuration can be easily loaded into.
This commit is contained in:
Jake Howard
2023-12-16 17:47:04 +00:00
parent 943c141d59
commit 92052a3d0a
16 changed files with 160 additions and 216 deletions

View File

@ -8,6 +8,7 @@
- hosts: casey
roles:
- nginx
- gateway
- nebula
- fail2ban_ssh
@ -71,8 +72,7 @@
- hosts: ingress
roles:
- role: nginxinc.nginx # The nginx in debian's repos is very old
become: true
- nginx
- ingress
- nebula
@ -94,6 +94,7 @@
- hosts: qbittorrent
roles:
- nginx
- qbittorrent
- http_proxy
@ -131,4 +132,5 @@
- hosts: pve-dokku
roles:
- nginx
- dokku