Commit 797bd1e5 by Martin Fitzpatrick Committed by Fred Smith

Add lets_encrypt to role edx_sandbox.yml

Add lets_encrypt role to edx_sandbox, with conditional on
LETS_ENCRYPT_DOMAINS true (non-empty list).
parent c902a521
......@@ -33,6 +33,8 @@
nginx_sites:
- ecommerce
when: SANDBOX_ENABLE_ECOMMERCE
- role: lets_encrypt
when: LETS_ENCRYPT_DOMAINS
- role: edxlocal
when: EDXAPP_MYSQL_HOST == 'localhost'
- role: memcache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment