ansible/test/integration/non_destructive.yml

37 lines
1.8 KiB
YAML
Raw Normal View History

- hosts: testhost
gather_facts: True
roles:
2014-02-20 23:41:12 +01:00
- { role: test_ping, tags: test_ping }
- { 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 }
- { role: test_until, tags: test_until }
- { 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 }
- { 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 }
- { role: test_subversion, tags: test_subversion }
2014-02-20 17:20:11 +01:00
- { role: test_hg, tags: test_hg }
- { role: test_lineinfile, tags: test_lineinfile }
2014-02-20 19:59:46 +01:00
- { role: test_unarchive, tags: test_unarchive }
- { 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] }
- { role: test_command_shell, tags: [test_command_shell, test_command, test_shell] }
- { role: test_task_ordering, tags: test_task_ordering }
2014-02-24 18:21:41 +01:00
- { role: test_script, tags: test_script }
- { role: test_authorized_key, tags: test_authorized_key }
- { role: test_embedded_module, tags: test_embedded_module }
- { role: test_add_host, tags: test_add_host }
- { role: test_binary, tags: test_binary }
- { role: test_loops, tags: test_loops }
- { role: test_mount, tags: [test_mount, needs_root, needs_privileged]}
- { role: test_include_vars, tags: test_include_vars }