-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
30 lines (27 loc) · 1 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
[defaults]
ansible_managed = "Managed by Megabyte Labs (https://megabyte.space)"
callbacks_enabled = junit, ansible.posix.profile_roles, ansible.posix.timer
callback_whitelist = community.general.yaml, junit, ansible.posix.profile_roles, ansible.posix.timer
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/factcachingconnection
fact_caching_timeout = 7200
forks = 240
gathering = smart
host_key_checking = False
library = library/hyperv/plugins/modules
remote_tmp = /tmp
retry_files_enable = False
roles_path = roles/applications:roles/crypto:roles/helpers:roles/languages:roles/misc:roles/services:roles/system:roles/tools:roles/virtualization:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
stdout_callback = community.general.yaml
transport = ssh
[privilege_escalation]
become_method = sudo
[ssh_connection]
pipelining = True
transfer_method = piped
[winrm_connection]
operation_timeout_sec = 1200
read_timeout_sec = 1800
scheme = https
server_cert_validation = ignore
transport = credssp,ssl