forked from quarkslab/irma-ansible-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
22 lines (20 loc) · 878 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
[defaults]
hash_behaviour = merge
ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
# ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
roles_path = ./roles
# NOTE: This is a temporary workaround while win_copy, win_template and win_file
# are merge in the mainline. The ansible_plugins folder is based on the
# pull-request https://github.com/ansible/ansible/pull/9611
# additional plugin paths for non-core plugins
library = ./ansible_plugins/modules
action_plugins = ./ansible_plugins/action_plugins
#
# Enable ansible fact caching (caching for 1 day)
#
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/ansible
fact_caching_timeout = 86400
[ssh_connection]
ssh_args = -o ForwardAgent=yes