2015-01-14 09:10:33 -06:00
|
|
|
---
|
2015-01-14 10:03:37 -06:00
|
|
|
- name: preparing and running tests
|
2015-01-14 09:10:33 -06:00
|
|
|
# testing
|
2015-01-25 15:52:38 -06:00
|
|
|
# hosts: all
|
2015-01-14 09:10:33 -06:00
|
|
|
# live
|
2015-01-25 15:52:38 -06:00
|
|
|
hosts: tag_Name_test_runner
|
2015-01-14 09:10:33 -06:00
|
|
|
|
|
|
|
# TODO use the right user for configuring, until credentials set, stay with default vagrant user
|
2015-01-25 15:52:38 -06:00
|
|
|
remote_user: ubuntu
|
2015-01-14 09:10:33 -06:00
|
|
|
|
|
|
|
roles:
|
2015-01-14 10:03:37 -06:00
|
|
|
- testrunner
|