This repository has been archived on 2024-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
sysconfig/ansible.cfg

12 lines
229 B
INI

[defaults]
inventory = ./inventory.toml
gathering = explicit
display_skipped_hosts = False
host_key_checking = False
interpreter_python = auto_silent
[ssh_connection]
pipelining = True
scp_if_ssh = smart
transfer_method = smart