aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/host-config.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/host-config.yml
parent52e174b1f7fcd5bcc7fa1f134b9cd085a24ff642 (diff)
downloaddexon-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.gz
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/host-config.yml')
-rw-r--r--ansible/host-config.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible/host-config.yml b/ansible/host-config.yml
index 571cc141e..c4c8e6eb9 100644
--- a/ansible/host-config.yml
+++ b/ansible/host-config.yml
@@ -1,8 +1,10 @@
---
- name: Provision the operation system for tests
# testing
- hosts: all
+ # hosts: all
# live
- # hosts: TDB
+ hosts: tag_Name_test_runner
+ remote_user: ubuntu
roles:
- - common
+ - docker
+ - common