src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-09 19:21:46 -0500
committerLuke Hoersten <[email protected]>2020-06-09 19:21:46 -0500
commitf7b6a96abb76655be80967c28b56b62ac9fc37d7 (patch)
tree8a489ddee78621a9b7bd2c9f4156623cd617da95 /nginx/handlers
parent84bb36a6ba49c71f38178d2ddaeff7f94d2d6def (diff)
Moved over postgresql and nginx roles from pleroma roles.
Diffstat (limited to 'nginx/handlers')
-rw-r--r--nginx/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx/handlers/main.yaml b/nginx/handlers/main.yaml
new file mode 100644
index 0000000..1feca07
--- /dev/null
+++ b/nginx/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart nginx
+ become: yes
+ systemd: name="nginx" state="restarted" daemon_reload="yes"