2015-01-14 17:10:33 +02:00
|
|
|
---
|
2015-01-14 18:03:37 +02:00
|
|
|
- name: Provision the operation system for tests
|
2015-01-14 17:10:33 +02:00
|
|
|
# testing
|
2015-01-25 23:52:38 +02:00
|
|
|
# hosts: all
|
2015-01-14 17:10:33 +02:00
|
|
|
# live
|
2015-01-25 23:52:38 +02:00
|
|
|
hosts: tag_Name_test_runner
|
|
|
|
remote_user: ubuntu
|
2015-01-14 17:10:33 +02:00
|
|
|
roles:
|
2015-01-25 23:52:38 +02:00
|
|
|
- docker
|
|
|
|
- common
|