forked from intel/container-experience-kits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
25 lines (20 loc) · 789 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
[ssh_connection]
pipelining = True
ssh_args = -o ServerAliveInterval=30 -o ServerAliveCountMax=6 -o ControlMaster=auto -o ControlPersist=40m -o ConnectionAttempts=25 -o UserKnownHostsFile=/dev/null
[defaults]
force_valid_group_names = ignore
display_skipped_hosts = no
host_key_checking = False
gathering = smart
stdout_callback = debug
callbacks_enabled = timer, profile_tasks, profile_roles
fact_caching = jsonfile
fact_caching_connection = /tmp
fact_caching_timeout = 7200
action_plugins = ./action_plugins:~/.ansible/plugins/action:/usr/share/ansible/plugins/action
library = ./library
roles_path = roles:collections/share/roles
collections_path = ./collections
log_path = ./.ansible_last_run.log
display_args_to_stdout = False
vars_plugins_enabled = host_group_vars,git_revision