diff options
| author | Luke Hoersten <[email protected]> | 2019-11-17 08:14:06 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-11-17 08:14:06 -0600 |
| commit | 08f54aca198c4acbeed0b1336cd5fc0a7afaae48 (patch) | |
| tree | c15b5b7067b5452aba493d8604bc413f76d34c1a /roles/nginx/tasks | |
| parent | 93e5f20e2173a066b7b7b8e29bb8963a1e42ed1e (diff) | |
Pleroma role updates. Added Postgresql role.
Diffstat (limited to 'roles/nginx/tasks')
| -rw-r--r-- | roles/nginx/tasks/main.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/nginx/tasks/main.yaml b/roles/nginx/tasks/main.yaml index 7a0589f..e255410 100644 --- a/roles/nginx/tasks/main.yaml +++ b/roles/nginx/tasks/main.yaml @@ -9,12 +9,6 @@ template: src="{{nginx_conf_src}}" dest="/etc/nginx/sites-available/{{nginx_conf_dst}}" notify: restart nginx -# https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx -- name: add certbot (letsencrypt) repo - become: yes - apt_repository: repo="ppa:certbot/certbot" - when: nginx_enable_ssl - - name: install nginx packages become: yes apt: name="python-certbot-nginx" |
