diff options
Diffstat (limited to 'tests/files/ansible/testrunner-config.yml')
-rw-r--r-- | tests/files/ansible/testrunner-config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/files/ansible/testrunner-config.yml b/tests/files/ansible/testrunner-config.yml new file mode 100644 index 000000000..e9cf497f6 --- /dev/null +++ b/tests/files/ansible/testrunner-config.yml @@ -0,0 +1,12 @@ +--- +- name: preparing and running tests + # testing + # hosts: all + # live + hosts: tag_Name_test_runner + + # TODO use the right user for configuring, until credentials set, stay with default vagrant user + remote_user: ubuntu + + roles: + - testrunner |