Skip to content
Snippets Groups Projects
Commit 057a5c16 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

nginx: certbot

parent 84ceb5df
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !437. Comments created here will be created in the context of that merge request.
......@@ -27,6 +27,7 @@
- name: install cert renewal hook
template: src=letsencrypt.hook.d.j2 dest=/etc/letsencrypt/hook.d/nginx owner=root group=root mode=0755
when: "'certbot' in ansible_play_role_names"
- name: create nginx.d directory
file: state=directory path=/etc/nginx/nginx.d owner=root group=root mode=0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment