blob: 1207e7be8114f8c1d126d4ae470f8a253312777f (
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
26
27
|
[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
vault_identity_list = default@vault.sh
[ssh_connection]
pipelining = True
scp_if_ssh = True
|