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/testrunner-config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ansible/testrunner-config.yml (limited to 'ansible/testrunner-config.yml') diff --git a/ansible/testrunner-config.yml b/ansible/testrunner-config.yml new file mode 100644 index 000000000..99323f82b --- /dev/null +++ b/ansible/testrunner-config.yml @@ -0,0 +1,12 @@ +--- +- name: setting up buildslave configuration + # testing + hosts: all + # live + # hosts: poc-8.ethdev.com + + # TODO use the right user for configuring, until credentials set, stay with default vagrant user + # remote_user: buildsalve + + roles: + - buildslave -- cgit v1.2.3