2014-06-18 06:04:17 +02: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 23:10:10 +02:00
|
|
|
- { role: test_win_slurp, tags: test_win_slurp }
|
|
|
|
- { role: test_win_fetch, tags: test_win_fetch }
|
2014-06-19 18:20:11 +02:00
|
|
|
- { role: test_win_stat, tags: test_win_stat }
|