File: ansible.cfg

package info (click to toggle)
python-mitogen 0.3.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,696 kB
  • sloc: python: 24,298; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (17 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[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