2015-01-14 16:10:33 +01:00
|
|
|
---
|
2015-01-14 17:03:37 +01:00
|
|
|
- name: preparing and running tests
|
2015-01-14 16:10:33 +01:00
|
|
|
# testing
|
|
|
|
hosts: all
|
|
|
|
# live
|
2015-01-14 17:03:37 +01:00
|
|
|
# hosts: TBD
|
2015-01-14 16:10:33 +01:00
|
|
|
|
|
|
|
# TODO use the right user for configuring, until credentials set, stay with default vagrant user
|
2015-01-14 17:03:37 +01:00
|
|
|
# remote_user: ubuntu
|
2015-01-14 16:10:33 +01:00
|
|
|
|
|
|
|
roles:
|
2015-01-14 17:03:37 +01:00
|
|
|
- testrunner
|