From 4df2e1ef5c20ebd7004a595de7e6a032699106ad Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 22 Jan 2015 00:37:58 +0100 Subject: updated tests --- tests/files/ansible/testrunner-config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/files/ansible/testrunner-config.yml (limited to 'tests/files/ansible/testrunner-config.yml') diff --git a/tests/files/ansible/testrunner-config.yml b/tests/files/ansible/testrunner-config.yml new file mode 100644 index 000000000..0304883f1 --- /dev/null +++ b/tests/files/ansible/testrunner-config.yml @@ -0,0 +1,12 @@ +--- +- name: preparing and running tests + # testing + hosts: all + # live + # hosts: TBD + + # TODO use the right user for configuring, until credentials set, stay with default vagrant user + # remote_user: ubuntu + + roles: + - testrunner -- cgit