-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
61 lines (59 loc) · 1.41 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[defaults]
# action_plugins =
allow_unsafe = False
allow_world_readable_tmpfiles = True
ansible_managed = Managed by Ansible
ask_pass = False
ask_vault_pass = False
bin_ansible_callbacks = False
# callback_plugins =
callback_whitelist =
command_warnings = True
# connection_plugins =
deprecation_warnings = True
display_args_to_stdout = False
display_skipped_hosts = True
error_on_undefined_vars = True
# filter_plugins =
force_color = 0
force_handlers = False
fact_caching_timeout = 86400
fact_path = /etc/ansible/facts.d
gathering = smart
gather_subset = all
hash_behaviour = replace
host_key_checking = True
inventory = inventory.ini
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo
jinja2_extensions = jinja2.ext.do,jinja2.ext.i18n
library = /usr/share/ansible
local_tmp = ~/.ansible/tmp
# lookup_plugins =
module_lang = en_US.UTF-8
module_name = command
module_utils =
nocolor = 0
nocows = 0
private_key_file =
remote_port = 22
remote_tmp = ~/.ansible/tmp
retry_files_enabled = False
retry_files_save_path =
roles_path = ./roles
stdout_callback = debug
# strategy_plugins =
strategy = free
system_warnings = True
timeout = 10
transport = smart
# vars_plugins =
vault_password_file = ~/.ansible/vault/general.txt
[privilege_escalation]
become = False
become_ask_pass = False
become_method = sudo
become_user = root
[ssh_connection]
control_path=~/%%h‐%%r
pipelining = False
ssh_args = -o ForwardAgent=yes