-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
20 lines (19 loc) · 754 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[defaults]
host_key_checking = False
inventory =./inventory/inventory.yml
gathering = explicit
retry_files_enabled = False
filter_plugins = ansible-avd/plugins/filters
roles_path = ansible-avd/roles
library = ansible-avd/library
collections_paths = ~/.ansible/collections:./ansible-cvp:./ansible-avd:../ansible-cvp:../ansible-avd:/usr/share/ansible/collections
action_plugins = /usr/lib/python2.7/site-packages/napalm_ansible/plugins/action
jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n
# enable the YAML callback plugin.
stdout_callback = yaml
# enable the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
command_warnings=False
[persistent_connection]
connect_timeout = 120
command_timeout = 120