Skip to content
Snippets Groups Projects
Commit 1736d1a6 authored by nimrod's avatar nimrod
Browse files

- Added some more global Ansible defaults as well as some commented out options for reference.

parent 07a79957
Branches
Tags
No related merge requests found
[defaults] [defaults]
deprecation_warnings = True deprecation_warnings = True
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_fact_cache
fact_caching_timeout = 86400
vault_password_file = ~/.ansible-vault
#host_key_checking = False
forks = 5
inventory = inventory
#sudo_exe = sudo # OpenBSD uses doas from 5.8.
retry_files_save_path = /tmp/ansible_retry
[ssh_connection]
pipelining = True pipelining = True
control_path=/tmp/ssh-%%h
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment