Update updates role for srv01

This commit is contained in:
Alexander Dietrich 2017-10-03 17:30:06 +02:00
commit 888ebb634f
13 changed files with 55 additions and 13 deletions

View file

@ -1,3 +1,3 @@
---
letsencrypt_webroot: /var/www/letsencrypt
letsrenew_email: ""
letsrenew_webroot: /var/www/letsencrypt

View file

@ -13,7 +13,7 @@
- name: create webroot path
file:
path: "{{ letsrenew_webroot }}"
path: "{{ letsencrypt_webroot }}"
state: directory
- name: create /etc/letsencrypt

View file

@ -24,4 +24,4 @@ email = backend@hamburg.freifunk.net
# Uncomment to use the webroot authenticator. Replace webroot-path with the
# path to the public_html / webroot folder being served by your web server.
authenticator = webroot
webroot-path = {{ letsrenew_webroot }}
webroot-path = {{ letsencrypt_webroot }}