2015-01-21 17:37:58 -06:00
|
|
|
---
|
|
|
|
- name: preparing and running tests
|
|
|
|
# testing
|
2015-02-02 21:55:38 -06:00
|
|
|
# hosts: all
|
2015-01-21 17:37:58 -06:00
|
|
|
# live
|
2015-02-02 21:55:38 -06:00
|
|
|
hosts: tag_Name_test_runner
|
2015-01-21 17:37:58 -06:00
|
|
|
|
|
|
|
# TODO use the right user for configuring, until credentials set, stay with default vagrant user
|
2015-02-02 21:55:38 -06:00
|
|
|
remote_user: ubuntu
|
2015-01-21 17:37:58 -06:00
|
|
|
|
|
|
|
roles:
|
|
|
|
- testrunner
|