diff options
author | sveneh <sven@ethdev.com> | 2015-01-26 05:52:38 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2015-01-26 05:52:38 +0800 |
commit | 58ec49a34da85b71fe5f82b263986faa2b570eaa (patch) | |
tree | 6f1b72b2968a4f53795be2d095c1c68be894ae54 /ansible/ec2-setup.yml | |
parent | 52e174b1f7fcd5bcc7fa1f134b9cd085a24ff642 (diff) | |
download | dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.gz dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.bz2 dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.lz dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.xz dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.zst dexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.zip |
added EC2 provisioning, optimised docker for EC2, added python and
cppjit client (python not yet working)
Diffstat (limited to 'ansible/ec2-setup.yml')
-rw-r--r-- | ansible/ec2-setup.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/ec2-setup.yml b/ansible/ec2-setup.yml new file mode 100644 index 000000000..787d8670e --- /dev/null +++ b/ansible/ec2-setup.yml @@ -0,0 +1,9 @@ +--- +- name: Provision EC2 instances + hosts: local + gather_facts: false + roles: + - ec2 + + tasks: + - include: roles/ec2/tasks/setup.yml |