summaryrefslogtreecommitdiff
path: root/test/integration/non_destructive.yml
blob: 182414180a92dbcac373ad7c8a6ba1b1c0a98def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- hosts: testhost

  # these variables are defined here for variable blending tests only.
  # in general, define test variables in the role/rolenamevars/main.yml

  vars_files:
    - vars_file.yml
  vars:
    vars_var: 123

  gather_facts: True
  roles: 
    - { role: test_ping, tags: test_ping }
    - { role: test_var_blending, parameterized_beats_default: 1234, tags: test_var_blending }
    - { 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_handlers, tags: test_handlers }
    - { role: test_copy, tags: test_copy }
    - { role: test_stat, tags: test_stat }
    - { role: test_template, tags: test_template }
    - { role: test_file, tags: test_file }
    - { role: test_fetch, tags: test_fetch }
    - { role: test_synchronize, tags: test_synchronize }
    - { role: test_assemble, tags: test_assemble }
    - { role: test_subversion, tags: test_subversion }
    - { role: test_git, tags: test_git }
    - { role: test_hg, tags: test_hg }
    - { role: test_lineinfile, tags: test_lineinfile }
    - { role: test_unarchive, tags: test_unarchive }
    - { role: test_filters, tags: test_filters }
    - { role: test_facts_d, tags: test_facts_d }
    - { role: test_async, tags: test_async }
    - { role: test_command_shell, tags: test_command_shell }
    - { role: test_task_ordering, tags: test_task_ordering }
    - { 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 }