forked from splunk/splunk-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwin-ansible.cfg
34 lines (31 loc) · 816 Bytes
/
win-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
[defaults]
ask_pass = False
ansible_shell_type = bash
command_warnings = True
display_skipped_hosts = False
error_on_undefined_vars = True
force_color = True
forks = 50
gathering = smart
host_key_checking = False
# Colon separated list where ansible modules are located
library = ./library:./apps/library:./ansible_commands
no_log = False
log_path = /opt/container_artifact/ansible.log
retry_files_save_path = /opt/container_artifact/ansible-retry
system_warnings = True
hash_behaviour = merge
callback_whitelist = profile_tasks
timeout = 30
action_warnings = False
allow_world_readable_tmpfiles = True
remote_tmp = /tmp/.ansible/tmp
localhost_warning = False
[inventory]
unparsed_is_failed = True
[privilege_escalation]
become = true
become_method = runas
become_user = splunk
[ssh_connection]
pipelining = True