aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ec2-setup.yml
diff options
context:
space:
mode:
authorsveneh <sven@ethdev.com>2015-01-26 05:52:38 +0800
committersveneh <sven@ethdev.com>2015-01-26 05:52:38 +0800
commit58ec49a34da85b71fe5f82b263986faa2b570eaa (patch)
tree6f1b72b2968a4f53795be2d095c1c68be894ae54 /ansible/ec2-setup.yml
parent52e174b1f7fcd5bcc7fa1f134b9cd085a24ff642 (diff)
downloaddexon-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.gz
dexon-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.zst
dexon-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.yml9
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