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.
18 lines
417 B
INI
18 lines
417 B
INI
|
|
[defaults]
|
|
any_errors_fatal = true
|
|
# Ansible >= 6 (ansible-core >= 2.13)
|
|
callback_result_format = yaml
|
|
deprecation_warnings = false
|
|
duplicate_dict_key = error
|
|
inventory = hosts.ini
|
|
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
|
retry_files_enabled = false
|
|
no_target_syslog = True
|
|
host_key_checking = False
|
|
|
|
[inventory]
|
|
any_unparsed_is_failed = true
|
|
host_pattern_mismatch = error
|
|
unparsed_is_failed = true
|