blob: 0304883f18f72bc6a19aecc23df91aee9deaf598 (
plain) (
tree)
|
|
---
- 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
|