-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ansible.cfg
31 lines (29 loc) · 887 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
[defaults]
interpreter_python = auto_silent
forks = 20
nocows = 1
# also cool: dense, actionable
#
# WARNING: Makes fcks with the setup module
stdout_callback = yaml
bin_ansible_callbacks = True
#
retry_files_enabled = False
remote_tmp = /tmp/${USER}/ansible
local_tmp = /tmp/${USER}/ansible
gathering = smart
host_key_checking = False
timeout = 3
module_name = shell
executable = /bin/bash
display_skipped_hosts = False
# strategy_plugins = $HOME/.ansible/mitogen-0.2.9/ansible_mitogen/plugins/strategy
# also cool: debug
# strategy = mitogen_linear
[ssh_connection]
control_path_dir = $HOME/.ansible/.cp
pipelining = True
transfer_method = piped
[colors]
verbose = bright blue
debug = bright gray