Skip to content

Commit

Permalink
perf: Improve ansible playbook execution (IBM#269)
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <[email protected]>
  • Loading branch information
smolin-de authored Apr 17, 2024
1 parent 8e5bcbd commit 91fd841
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ roles_path=roles
interpreter_python=auto
host_key_checking=False
deprecation_warnings=False
pipelining=True
gathering=smart
fact_caching=jsonfile
fact_caching_connection=/tmp
# 1-hour timeout, adjust if needed
fact_caching_timeout=3600

[inventory]
cache=True

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=3600s

0 comments on commit 91fd841

Please sign in to comment.