|
@@ -10,6 +10,11 @@
|
|
|
- name: ensure acmetool is installed
|
|
|
apt: name=acmetool install_recommends=no
|
|
|
|
|
|
+- name: Ensure acmetool config is up to date
|
|
|
+ template:
|
|
|
+ src: acme_config.j2
|
|
|
+ dest: /var/lib/acme/conf/target
|
|
|
+
|
|
|
- name: Ensure acmetool cronjob is installed
|
|
|
cron:
|
|
|
name: "Renew Let's Encrypt certificates"
|