Commit bc8c914b by John Jarvis

using dns_name

parent 95c3d3a2
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
zone: "{{ dns_zone }}" zone: "{{ dns_zone }}"
type: CNAME type: CNAME
ttl: 300 ttl: 300
record: "{{ cname }}" record: "{{ dns_name }}.{{ dns_zone }}"
value: "{{ sandbox }}" value: "{{ sandbox }}"
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