Commit be484b74 by John Jarvis

default edx_sandbox config does not launch instance

parent 44085dca
- name: Create sandbox instance
hosts: localhost
connection: local
gather_facts: False
vars:
keypair: continuous-integration
instance_type: m1.xlarge
security_group: sandbox
image: ami-d0f89fb9
region: us-east-1
instance_tags: '{"Name": "edx-sandbox"}'
roles:
- launch_instance
- name: Configure instance(s)
hosts: launched
hosts: sandbox
sudo: True
gather_facts: True
vars:
......
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