diff options
author | Michael Scherer <misc@redhat.com> | 2018-12-06 15:46:13 -0500 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2018-12-06 15:46:13 -0500 |
commit | bd7901775511af9a3296519d030227bc82ee3581 (patch) | |
tree | 72c6f3f1f99d2b100c2f99fe0a0380b27523c4f6 /playbooks | |
parent | 25ba91ef0bf424087dc30a417a6b3758f876fffa (diff) |
make the cgit role use LE
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 608cf3f..e736736 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -27,7 +27,11 @@ website_domain: www.theopensourceway.org #- deploy_website - mailman_lists + - mediawiki + +- hosts: osci.theopensourceway.org + roles: - role: cgit + website_domain: git.theopensourceway.org use_letsencrypt: True - - mediawiki |