2014-02-14 00:28:29 +01:00
|
|
|
- hosts: testhost
|
|
|
|
gather_facts: True
|
|
|
|
roles:
|
2014-02-20 23:41:12 +01:00
|
|
|
- { role: test_ping, tags: test_ping }
|
2015-07-10 07:53:59 +02:00
|
|
|
- { role: test_special_vars, tags: test_special_vars }
|
|
|
|
- { role: test_ignore_errors, tags: test_ignore_errors }
|
|
|
|
- { role: test_conditionals, tags: test_conditionals }
|
|
|
|
- { role: test_iterators, tags: test_iterators }
|
|
|
|
- { role: test_lookups, tags: test_lookups }
|
|
|
|
- { role: test_changed_when, tags: test_changed_when }
|
|
|
|
- { role: test_failed_when, tags: test_failed_when }
|
2016-08-05 01:20:45 +02:00
|
|
|
- { role: test_until, tags: test_until }
|
2014-02-14 00:28:29 +01:00
|
|
|
- { role: test_copy, tags: test_copy }
|
2014-02-19 22:45:18 +01:00
|
|
|
- { role: test_stat, tags: test_stat }
|
2014-02-19 20:54:45 +01:00
|
|
|
- { role: test_template, tags: test_template }
|
2014-02-19 22:23:07 +01:00
|
|
|
- { role: test_file, tags: test_file }
|
2014-02-19 22:42:02 +01:00
|
|
|
- { role: test_fetch, tags: test_fetch }
|
2014-02-19 23:32:32 +01:00
|
|
|
- { role: test_synchronize, tags: test_synchronize }
|
2014-02-24 18:21:41 +01:00
|
|
|
- { role: test_assemble, tags: test_assemble }
|
2014-02-19 23:38:01 +01:00
|
|
|
- { role: test_subversion, tags: test_subversion }
|
2014-02-20 17:20:11 +01:00
|
|
|
- { role: test_hg, tags: test_hg }
|
2014-02-20 19:31:37 +01:00
|
|
|
- { role: test_lineinfile, tags: test_lineinfile }
|
2014-02-20 19:59:46 +01:00
|
|
|
- { role: test_unarchive, tags: test_unarchive }
|
2014-02-20 21:23:44 +01:00
|
|
|
- { role: test_filters, tags: test_filters }
|
2014-02-20 22:05:45 +01:00
|
|
|
- { role: test_facts_d, tags: test_facts_d }
|
2016-07-07 19:38:41 +02:00
|
|
|
- { role: test_async, tags: [test_async, test_async_status, test_async_wrapper] }
|
2016-07-09 02:41:58 +02:00
|
|
|
- { role: test_command_shell, tags: [test_command_shell, test_command, test_shell] }
|
2016-06-24 02:52:49 +02:00
|
|
|
- { role: test_task_ordering, tags: test_task_ordering }
|
2014-02-24 18:21:41 +01:00
|
|
|
- { role: test_script, tags: test_script }
|
2014-04-02 21:25:24 +02:00
|
|
|
- { role: test_authorized_key, tags: test_authorized_key }
|
2014-10-05 04:40:59 +02:00
|
|
|
- { role: test_embedded_module, tags: test_embedded_module }
|
2015-11-16 19:53:10 +01:00
|
|
|
- { role: test_add_host, tags: test_add_host }
|
2016-02-22 22:58:43 +01:00
|
|
|
- { role: test_binary, tags: test_binary }
|
2016-09-13 20:12:58 +02:00
|
|
|
- { role: test_loops, tags: test_loops }
|
2016-09-28 19:52:33 +02:00
|
|
|
- { role: test_mount, tags: [test_mount, needs_root, needs_privileged]}
|
2016-10-12 23:57:53 +02:00
|
|
|
- { role: test_include_vars, tags: test_include_vars }
|