Commit 8506773e by John Jarvis

removing ansible_python_interpreter which was set to my own venv python

Adding params to the sample cloudformation template
Adding a requirements.txt
parent 86e99f08
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
args: args:
template_parameters: template_parameters:
KeyName: deployment KeyName: deployment
DiskType: ebs
InstanceType: m1.small InstanceType: m1.small
ClusterSize: 3 NameTag: edx-ec2
GroupTag: edx-group
register: stack register: stack
- name: show stack outputs - name: show stack outputs
debug: msg="My stack outputs are ${stack.stack_outputs}" debug: msg="My stack outputs are ${stack.stack_outputs}"
[localhost] [localhost]
127.0.0.1 ansible_python_interpreter=/home/jarv/.virtualenvs/sys/bin/python 127.0.0.1
Jinja2==2.6
PyYAML==3.10
ansible==1.2
argparse==1.2.1
boto==2.8.0
distribute==0.6.24
paramiko==1.10.1
pycrypto==2.6
wsgiref==0.1.2
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