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

@ -4,10 +4,10 @@
state: restarted
become: true
- name: restart nginx
- name: reload nginx
service:
name: nginx
state: restarted
state: reloaded
become: true
- name: reload nftables