Commit 73677dc8 by John Jarvis

Merge pull request #592 from edx/jarv/add-edx-ansible-to-int

Jarv/add edx ansible to int
parents ef35970b cd618b24
...@@ -29,3 +29,4 @@ ...@@ -29,3 +29,4 @@
- ora - ora
- discern - discern
- certs - certs
- edx_ansible
...@@ -65,7 +65,7 @@ fi ...@@ -65,7 +65,7 @@ fi
if [[ -z $ami ]]; then if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-81e0c5e8" ami="ami-973d08fe"
elif [[ $server_type == "ubuntu_12.04" ]]; then elif [[ $server_type == "ubuntu_12.04" ]]; then
ami="ami-d0f89fb9" ami="ami-d0f89fb9"
fi fi
......
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