2019-01-10 03:00:17 +01:00
|
|
|
[local]
|
2019-03-12 01:18:39 +01:00
|
|
|
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
2019-01-10 03:00:17 +01:00
|
|
|
|
|
|
|
[nonexistent]
|
2019-03-12 01:18:39 +01:00
|
|
|
testhost5 ansible_host=169.254.199.200 # no connection is ever established with this host
|
2021-02-05 16:06:19 +01:00
|
|
|
|
|
|
|
[nonlockstep]
|
2021-05-03 23:46:17 +02:00
|
|
|
testhost10 i=0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
2021-02-05 21:11:40 +01:00
|
|
|
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 }}"
|