diff options
Diffstat (limited to 'ansible/testrunner-config.yml')
-rw-r--r-- | ansible/testrunner-config.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |