Skip to content

Commit e5168fd

Browse files
author
sjentzsch
committed
default inventory to hosts file, disable retry files, set gathering facts smarter
1 parent 4311297 commit e5168fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/ansible.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[defaults]
22
roles_path = ../../setup_common_lib/ansible/roles
3+
inventory = ./hosts
4+
retry_files_enabled = False
35
callback_whitelist = profile_tasks
46
log_path = /var/log/ansible/ansible.log
57
forks = 25
68
poll_interval = 10
9+
gathering = smart
10+
fact_caching = jsonfile
11+
fact_caching_connection = /tmp/facts_cache_tf_vision
12+
fact_caching_timeout = 86400
713

814
[connection]
915
pipelining = True

0 commit comments

Comments
 (0)