diff options
| author | Luke Hoersten <[email protected]> | 2019-01-03 20:46:13 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-01-03 20:46:13 -0600 |
| commit | c5ba641b1cb66e19c23691995bcd0661fbf4d027 (patch) | |
| tree | b86b24d3e84c60fa2790787fb58b6829451e31aa /roles/nginx/base/tasks/certbot.yaml | |
| parent | d8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 (diff) | |
Lots of updates.
Diffstat (limited to 'roles/nginx/base/tasks/certbot.yaml')
| -rw-r--r-- | roles/nginx/base/tasks/certbot.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/nginx/base/tasks/certbot.yaml b/roles/nginx/base/tasks/certbot.yaml deleted file mode 100644 index 194f5c9..0000000 --- a/roles/nginx/base/tasks/certbot.yaml +++ /dev/null @@ -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 |
