forked from cerc-io/plugeth
13 lines
247 B
YAML
13 lines
247 B
YAML
---
|
|
- 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
|