Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
bfe1568d
Commit
bfe1568d
authored
Apr 18, 2019
by
julian.gethmann
Browse files
Add caching to ansible config
parent
5e02438d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible.cfg
View file @
bfe1568d
...
...
@@ -9,3 +9,7 @@ become_user="root"
become_ask_pass=True
become_method="sudo"
ansible_python_interpreter="/usr/bin/env python3"
gathering = smart
fact_caching = jsonfile
fact_caching_connection = cachedir
fact_caching_timeout = 86400
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment