summaryrefslogtreecommitdiff
path: root/test/integration/inventory
blob: 1e2a7bd7497bde7470d4cae03697cf92730171f8 (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
46
47
48
49
[local]
testhost ansible_ssh_host=127.0.0.1 ansible_connection=local
testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local
# For testing delegate_to
testhost3 ansible_ssh_host=127.0.0.3
testhost4 ansible_ssh_host=127.0.0.4
# For testing fact gathering
facthost[0:9] ansible_host=1270.0.0.1 ansible_connection=local

[binary_modules]
testhost_binary_modules ansible_host=127.0.0.1 ansible_connection=local

# the following inline declarations are accompanied
# by (preferred) group_vars/ and host_vars/ variables
# and are used in testing of variable precedence

[inven_overridehosts]
invenoverride ansible_ssh_host=127.0.0.1 ansible_connection=local

[all:vars]
extra_var_override=FROM_INVENTORY
inven_var=inventory_var
unicode_host_var=CaféEñyei

[inven_overridehosts:vars]
foo=foo
var_dir=vars

[arbitrary_parent:children]
local

[local:vars]
parent_var=6000
groups_tree_var=5000

[arbitrary_parent:vars]
groups_tree_var=4000
overridden_in_parent=1000

[arbitrary_grandparent:children]
arbitrary_parent

[arbitrary_grandparent:vars]
groups_tree_var=3000
grandparent_var=2000
overridden_in_parent=2000

[amazon]
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local