Commit a60a9b22 by Kevin Falcone

DEVOPS-2222 switch to dash instead of . so SSL works.

We have a wildcard cert for *.sandbox.edx.org but not for
*.*.sandbox.edx.org
parent e0a66e48
......@@ -86,7 +86,7 @@
zone: "{{ dns_zone }}"
type: CNAME
ttl: 300
record: "preview.{{ dns_name }}.{{ dns_zone }}"
record: "preview-{{ dns_name }}.{{ dns_zone }}"
value: "{{ item.public_dns_name }}"
with_items: ec2.instances
......
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