From 4e4575924b61d26c9e3e0d0770fc2908ac192f7f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 14 Mar 2018 17:16:55 +0800 Subject: web/acme: refactor certificates deployment --- roles/mail/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roles/mail/tasks/main.yml') diff --git a/roles/mail/tasks/main.yml b/roles/mail/tasks/main.yml index 968dd2b..c243a36 100644 --- a/roles/mail/tasks/main.yml +++ b/roles/mail/tasks/main.yml @@ -189,3 +189,11 @@ - name: postfix - start service command: rcstart postfix + +- name: acme - copy deployment scripts + copy: + src: "{{ item }}" + dest: /usr/local/etc/acme/deploy.d/{{ item | basename }} + with_fileglob: + - "acme/*" + tags: acme -- cgit v1.2.2