2014-06-17 23:04:17 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
- hosts: windows
|
|
|
|
gather_facts: false
|
|
|
|
roles:
|
|
|
|
- { role: test_win_raw, tags: test_win_raw }
|
|
|
|
- { role: test_win_script, tags: test_win_script }
|
|
|
|
- { role: test_win_ping, tags: test_win_ping }
|
2014-06-18 16:10:10 -05:00
|
|
|
- { role: test_win_slurp, tags: test_win_slurp }
|
|
|
|
- { role: test_win_fetch, tags: test_win_fetch }
|
2014-06-19 11:20:11 -05:00
|
|
|
- { role: test_win_stat, tags: test_win_stat }
|