2014-02-13 23:28:29 +00:00
|
|
|
- hosts: testhost
|
|
|
|
gather_facts: True
|
|
|
|
roles:
|
|
|
|
- { role: test_copy, tags: test_copy }
|
2014-02-19 21:45:18 +00:00
|
|
|
- { role: test_stat, tags: test_stat }
|
2014-02-19 19:54:45 +00:00
|
|
|
- { role: test_template, tags: test_template }
|
2014-02-19 21:23:07 +00:00
|
|
|
- { role: test_file, tags: test_file }
|
2014-02-19 21:42:02 +00:00
|
|
|
- { role: test_fetch, tags: test_fetch }
|
2014-02-19 22:32:32 +00:00
|
|
|
- { role: test_synchronize, tags: test_synchronize }
|
2014-02-19 22:38:01 +00:00
|
|
|
- { role: test_subversion, tags: test_subversion }
|
2014-02-13 23:28:29 +00:00
|
|
|
|