You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
816 B
35 lines
816 B
[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
|