diff options
author | sveneh <sven@ethdev.com> | 2015-01-14 23:10:33 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2015-01-14 23:10:33 +0800 |
commit | 74faa30af6349a7f87959dcf907092b98af735ec (patch) | |
tree | b6732f74791b40e269cf1c8eb68046b5295c8d35 /ansible/host-config.yml | |
parent | 762a93fec8d0782e1a36d6be1760b8ee3174b0f5 (diff) | |
download | tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.gz tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.bz2 tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.lz tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.xz tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.tar.zst tangerine-tests-74faa30af6349a7f87959dcf907092b98af735ec.zip |
first version of automatic testrunner deployment. Uses ansible, vagrant
and virtualbox
Diffstat (limited to 'ansible/host-config.yml')
-rw-r--r-- | ansible/host-config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/host-config.yml b/ansible/host-config.yml new file mode 100644 index 000000000..edb4cd820 --- /dev/null +++ b/ansible/host-config.yml @@ -0,0 +1,8 @@ +--- +- name: Provision the operation system for buildslave + # testing + hosts: all + # live + # hosts: poc-8.ethdev.com + roles: + - common |