aboutsummaryrefslogtreecommitdiffstats
path: root/roles/certbot/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/certbot/tasks')
-rw-r--r--roles/certbot/tasks/main.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml
index 8b05420..2cf859c 100644
--- a/roles/certbot/tasks/main.yml
+++ b/roles/certbot/tasks/main.yml
@@ -54,17 +54,6 @@
tags:
- role::certbot
-- name: Install rsync + nginx reload script to replica servers
- when: inventory_hostname != ansible_play_hosts[0]
- copy:
- src: rsync.sh
- dest: /opt/cert_rsync.sh
- owner: root
- group: root
- mode: "0500"
- tags:
- - role::certbot
-
- name: Install certificate distribution keys to other NGINX nodes
when: inventory_hostname != ansible_play_hosts[0]
ansible.posix.authorized_key: