From 74faa30af6349a7f87959dcf907092b98af735ec Mon Sep 17 00:00:00 2001 From: sveneh Date: Wed, 14 Jan 2015 16:10:33 +0100 Subject: first version of automatic testrunner deployment. Uses ansible, vagrant and virtualbox --- ansible/host-config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible/host-config.yml (limited to 'ansible/host-config.yml') 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 -- cgit