Skip to content
Snippets Groups Projects
Commit 77f24d1d authored by nimrod's avatar nimrod
Browse files

- Enable Ansible's command warning, set fact caching and retry files path to a...

- Enable Ansible's command warning, set fact caching and retry files path to a directory so they're created.
parent 77729fc0
Branches
No related tags found
No related merge requests found
[defaults] [defaults]
command_warnings = True
deprecation_warnings = True deprecation_warnings = True
gathering = smart gathering = smart
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_fact_cache fact_caching_connection = /tmp/ansible_fact_cache/
fact_caching_timeout = 86400 fact_caching_timeout = 86400
#vault_password_file = ~/.ansible-vault #vault_password_file = ~/.ansible-vault
#host_key_checking = False #host_key_checking = False
forks = 5 forks = 5
inventory = inventory inventory = inventory
#sudo_exe = sudo # OpenBSD uses doas from 5.8. #sudo_exe = sudo # OpenBSD uses doas from 5.8.
retry_files_save_path = /tmp/ansible_retry retry_files_save_path = /tmp/ansible_retry/
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment