summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: 222a82d7bd17bf5f5af83e854c97f970414d5d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
[defaults]
display_skipped_hosts = False
interpreter_python = auto_silent
inventory = ./inventory/
callback_result_format = yaml
force_handlers = True

[ssh_connection]
pipelining = True