-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
32 lines (28 loc) · 868 Bytes
/
ansible.cfg
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
28
29
30
31
32
[defaults]
host_key_checking = False
stdout_callback = yaml
allow_world_readable_tmpfiles = True
retry_files_enabled = True
callback_whitelist = profile_tasks
module_name = shell
forks=50
keep_remote_files = False
timeout = 30
transport = ssh
become_flags = -i
hash_behaviour = merge
jinja2_extensions = jinja2.ext.do,jinja2.ext.loopcontrols,jinja2.ext.with_
inventory = vagrant.py
callback_plugins = library/callback_plugins
lookup_plugins = library/lookup_plugins
filter_plugins = library/filter_plugins
module_utils = library/module_utils
roles_path = ./galaxy:./roles
library = library/modules
inventory_plugins = library/inventory_plugins
action_plugins = library/action_plugins
deprecation_warnings = False
[ssh_connection]
scp_if_ssh = True
pipelining = True
control_path = %(directory)s/%%h-%%p-%%r