Commit 566b17eb by John Jarvis

Removing Name tag since it's not used currently

Updating default tempalte to point to the multi-instance
parent 7e760fdb
......@@ -33,12 +33,11 @@
cloudformation: >
stack_name="$name" state=present
region=$region disable_rollback=false
template=files/edx-server-ubuntu-configuration.json
template=../cloudformation_templates/edx-server-multi-instance.json
args:
template_parameters:
KeyName: $key
InstanceType: m1.small
NameTag: $name
GroupTag: $group
register: stack
- name: show stack outputs
......
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