aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: 411b6022ecaf8845a21871fb1ee3d8c0efa4f538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[defaults]

inventory = inventory.ini
interpreter_python = auto_silent
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n

roles_path = roles/
filter_plugins = plugins/filters/
library = /usr/share/ansible/:plugins/modules/
default_fact_path = /etc/ansible/facts.d/:facts.d/

stdout_callback = yaml
stderr_callback = yaml

timeout = 20
system_warnings = True
deprecation_warnings = True
duplicate_dict_key = ignore

remote_user = root
remote_port = 22

[ssh_connection]
pipelining = True
scp_if_ssh = True
remember that computers suck.