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

[ssh_connection]
pipelining = True