summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/inventory
blob: 6d9b302898acdd7687dc32bd207113450da65259 (plain)
1
2
3
4
5
6
7
8
9
10
[local]
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"

[nonexistent]
testhost5 ansible_host=169.254.199.200  # no connection is ever established with this host

[nonlockstep]
testhost10 i=0.5 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
testhost11 i=3.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
testhost12 i=12.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"