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/host-config.yml | |
parent | 52e174b1f7fcd5bcc7fa1f134b9cd085a24ff642 (diff) | |
download | tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.gz tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.bz2 tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.lz tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.xz tangerine-tests-58ec49a34da85b71fe5f82b263986faa2b570eaa.tar.zst tangerine-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.yml | 8 |
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 |