openstack-ansible/releasenotes/notes/ansible-fact-subset-08e582fcf7ba4e4e.yaml
Jesse Pretorius eeaa4334e4 Reduce the default fact gather subset
This patch implements a new default subset of facts being gathered
to a much smaller set. This should improve performance in large
environments. Deployers who need a greater subset are able to use
the standard Ansible environment variables to override our default
value.

Change-Id: I741228ba03ad5081fbea5833143fdf1f1e8d3623
2016-09-07 17:04:03 +00:00

14 lines
649 B
YAML

---
features:
- In order to reduce the time taken for fact gathering, the default
subset gathered has been reduced to a smaller set than the Ansible
default. This may be changed by the deployer by setting the
``ANSIBLE_GATHER_SUBSET`` variable in the bash environment prior
to executing any ansible commands.
upgrade:
- In order to reduce the time taken for fact gathering, the default
subset gathered has been reduced to a smaller set than the Ansible
default. This may be changed by the deployer by setting the
``ANSIBLE_GATHER_SUBSET`` variable in the bash environment prior
to executing any ansible commands.