eeaa4334e4
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
14 lines
649 B
YAML
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.
|