From 2b5e48526fe3680dc4a15a8bea7792cd30e9d54e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 8 Mar 2021 08:22:30 +0000 Subject: [PATCH] Gather minimum facts Switch to gathering minimum facts to increase deployment performance Change-Id: Ic6ab0155cfcf7f40aa8d569f0ba2604218094642 --- scripts/openstack-ansible.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openstack-ansible.rc b/scripts/openstack-ansible.rc index f08e7761f6..ad1ece2ee8 100644 --- a/scripts/openstack-ansible.rc +++ b/scripts/openstack-ansible.rc @@ -35,7 +35,7 @@ export ANSIBLE_TEST_PLUGINS="${ANSIBLE_TEST_PLUGINS:-/etc/ansible/roles/plugins/ export ANSIBLE_VARS_PLUGINS="${ANSIBLE_VARS_PLUGINS:-/etc/ansible/roles/plugins/vars_plugins}" export ANSIBLE_GATHERING="${ANSIBLE_GATHERING:-smart}" -export ANSIBLE_GATHER_SUBSET="${ANSIBLE_GATHER_SUBSET:-network,hardware,virtual}" +export ANSIBLE_GATHER_SUBSET="${ANSIBLE_GATHER_SUBSET:-!all,min}" export ANSIBLE_CACHE_PLUGIN="${ANSIBLE_CACHE_PLUGIN:-jsonfile}" export ANSIBLE_CACHE_PLUGIN_CONNECTION="${ANSIBLE_CACHE_PLUGIN_CONNECTION:-${OSA_CONFIG_DIR}/ansible_facts}"