You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
331 B
INI
10 lines
331 B
INI
# vim: syntax=dosini
|
|
|
|
# When running the tests outside CI, make a single 'target' host which is the
|
|
# local machine. The ansible_user override is necessary since some tests want a
|
|
# fixed ansible.cfg remote_user setting to test against.
|
|
target ansible_host=localhost ansible_user="{{lookup('env', 'USER')}}"
|
|
|
|
[test-targets]
|
|
target
|