Commit 29a95d9e by John Jarvis

using dns_zone

parent 95e91671
......@@ -18,7 +18,7 @@
local_action:
module: route53
command: create
zone: sandbox.edx.org
zone: "{{ dns_zone }}"
type: CNAME
ttl: 300
record: "{{ dns_name }}.{{ dns_zone }}"
......@@ -29,7 +29,7 @@
local_action:
module: route53
command: create
zone: sandbox.edx.org
zone: "{{ dns_zone }}"
type: CNAME
ttl: 300
record: "studio.{{ dns_name }}.{{ dns_zone }}"
......
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