Update updates role for srv01
This commit is contained in:
parent
bba9cb6c17
commit
888ebb634f
13 changed files with 55 additions and 13 deletions
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
letsencrypt_webroot: /var/www/letsencrypt
|
||||
letsrenew_email: ""
|
||||
letsrenew_webroot: /var/www/letsencrypt
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
- name: create webroot path
|
||||
file:
|
||||
path: "{{ letsrenew_webroot }}"
|
||||
path: "{{ letsencrypt_webroot }}"
|
||||
state: directory
|
||||
|
||||
- name: create /etc/letsencrypt
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue