aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx/README.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-16 21:42:22 +0100
committerGravatar Johannes Christ <[email protected]>2022-02-20 16:37:46 +0100
commit01393ae1041335d3ebea78cb7ded1036bc277a29 (patch)
tree6bc04409197212412efc30eaa3709eea1e206f39 /roles/nginx/README.md
parentDelete projects_automation.yml (diff)
Add nginx deployment
Includes documented roles for: - installing nginx & configuring handlers - installing the mTLS certificate for Cloudflare - installing firewall rules They are kept separate for now, for composability. Closes #22.
Diffstat (limited to 'roles/nginx/README.md')
-rw-r--r--roles/nginx/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/nginx/README.md b/roles/nginx/README.md
new file mode 100644
index 0000000..245cc99
--- /dev/null
+++ b/roles/nginx/README.md
@@ -0,0 +1,7 @@
+# Role "nginx"
+
+Installs nginx on target hosts and provides a handler for reloading nginx, for
+instance on configuration change or certificate renewal.
+
+
+<!-- vim: set textwidth=80 sw=2 ts=2: -->