Commit b1202f59 by John Jarvis

create a new edx_sandbox playbook

parent 6331f0f9
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
gather_facts: False gather_facts: False
vars: vars:
keypair: continuous-integration keypair: continuous-integration
instance_type: m1.small instance_type: m1.xlarge
security_group: sandbox security_group: sandbox
image: ami-d0f89fb9 image: ami-d0f89fb9
region: us-east-1 region: us-east-1
instance_tags: '{"Name": "edx-sandbox"}'
roles: roles:
- launch_instance - launch_instance
...@@ -17,10 +18,7 @@ ...@@ -17,10 +18,7 @@
gather_facts: True gather_facts: True
vars: vars:
migrate_db: True migrate_db: True
vars_files: mysql5_workaround: True
- "{{ secure_dir }}/vars/edxapp_ref_users.yml"
- "{{ secure_dir }}/vars/edxapp_sandbox.yml"
roles: roles:
- common - common
- nginx - nginx
......
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