diff options
author | Michael Scherer <misc@redhat.com> | 2018-12-05 16:38:50 -0500 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2018-12-05 16:38:50 -0500 |
commit | 69df591b4a0a976388073c8f886f3c714b8ece8e (patch) | |
tree | 3b3e006e62cccf15c8c3c32fb44e8747acf3564d | |
parent | 4ac6e2548e9779570777a71d0516abf3516d2436 (diff) |
Switch to LE
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index a906e7a..aa247c2 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -17,10 +17,11 @@ - role: httpd website_domain: www.theopensourceway.org document_root: /var/www/website + use_letsencrypt: True - role: httpd website_domain: theopensourceway.org redirect: http://www.theopensourceway.org/ - + use_letsencrypt: True - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_domain: www.theopensourceway.org |