2019-01-21 19:36:57 +00:00
|
|
|
# vim: syntax=dosini
|
|
|
|
|
|
|
|
# This must be defined explicitly, otherwise _create_implicit_localhost()
|
|
|
|
# generates its own copy, which includes an ansible_python_interpreter that
|
|
|
|
# varies according to host machine.
|
|
|
|
localhost
|
|
|
|
|
|
|
|
# This is only used for manual testing.
|
|
|
|
[localhost-x10]
|
|
|
|
localhost-[01:10]
|
2019-02-01 03:15:00 +00:00
|
|
|
|
|
|
|
# This is only used for manual testing.
|
|
|
|
[localhost-x100]
|
|
|
|
localhost-[001:100]
|