diff options
| author | 2022-10-12 20:23:37 +0100 | |
|---|---|---|
| committer | 2022-10-18 23:14:17 +0200 | |
| commit | 1295dd8f97b7aed56cfa842da7d1923af1a526d5 (patch) | |
| tree | 74d7eca1ce00bedd34094a441060b0f0d95afead /roles/certbot/files/rsync.sh | |
| parent | Disable `fqcn-builtins` lint (diff) | |
Delete roles we won't use with self-hosted k8s
Diffstat (limited to 'roles/certbot/files/rsync.sh')
| -rw-r--r-- | roles/certbot/files/rsync.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/certbot/files/rsync.sh b/roles/certbot/files/rsync.sh deleted file mode 100644 index fa9b27b..0000000 --- a/roles/certbot/files/rsync.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Start the rsync server and perform the transfer -rrsync -wo /etc/letsencrypt/live - -# Reload NGINX -systemctl reload nginx |