From aaac5ade66fb3345bcb6f3c3a979d596c91c602e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 5 Aug 2016 16:52:55 +0200 Subject: Allow to disable fact cache This brings down inventory generation by about 50% and I doubt lots of people use it to fetch facts from other hosts. --- foreman.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'foreman.ini') diff --git a/foreman.ini b/foreman.ini index fb103a8..42312da 100644 --- a/foreman.ini +++ b/foreman.ini @@ -10,6 +10,8 @@ group_patterns = ["{app}-{tier}-{color}", "{app}", "{tier}"] group_prefix = foreman_ +# Whether to fetch facts from Foreman and store them on the host +want_facts = True [cache] path = . -- cgit v1.2.3