2019-01-09 18:00:17 -08:00
|
|
|
[local]
|
2019-03-11 17:18:39 -07:00
|
|
|
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
2019-01-09 18:00:17 -08:00
|
|
|
|
|
|
|
[nonexistent]
|
2019-03-11 17:18:39 -07:00
|
|
|
testhost5 ansible_host=169.254.199.200 # no connection is ever established with this host
|
2021-02-05 09:06:19 -06:00
|
|
|
|
|
|
|
[nonlockstep]
|
2021-02-05 14:11:40 -06:00
|
|
|
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 }}"
|