diff options
author | Michael Scherer <misc@redhat.com> | 2018-12-06 15:55:41 -0500 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2018-12-06 15:55:41 -0500 |
commit | f6c389cfc46375d207b24d132959e147d3f6f51a (patch) | |
tree | 86bac1acdb1c3f6b86d284ace3f69791dcb3fa8e /playbooks | |
parent | aae47d8deac02bdddd64f57778b08f695db1ffa0 (diff) |
Switch to LE for the ml list
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index e736736..b2f8c3a 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -26,7 +26,11 @@ old_wiki_dir: /var/www/old_server/wiki/ website_domain: www.theopensourceway.org #- deploy_website - - mailman_lists + + - role: mailman_lists + website_domain: lists.theopensourceway.org + use_letsencrypt: True + - mediawiki - hosts: osci.theopensourceway.org |