Files
linux-workstations/ansible/ansible.cfg

11 lines
202 B
INI
Raw Normal View History

[defaults]
inventory = inventory.yml
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
roles_path = roles
interpreter_python = auto_silent
[ssh_connection]
pipelining = True