roles/nginx/base/tasks/certbot.yaml
changeset 69 be979818d483
parent 68 6024861525db
child 70 2cfe2fb975a8
--- a/roles/nginx/base/tasks/certbot.yaml	Wed Jan 02 23:24:27 2019 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
----
-
-# https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx
-
-- name: add certbot (letsencrypt) repo
-  become: yes
-  apt_repository: repo="ppa:certbot/certbot"
-
-- name: install nginx packages
-  become: yes
-  apt: name="python-certbot-nginx"
-  notify: restart nginx