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
Raw Permalink Normal View History

2022-01-14 19:46:59 +01:00
[defaults]
inventory = ./inventory.toml
2022-01-14 19:46:59 +01:00
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