kolla-ansible/ansible/roles/rabbitmq/templates
Mark Goddard ade5bfa302 Use ansible_facts to reference facts
By default, Ansible injects a variable for every fact, prefixed with
ansible_. This can result in a large number of variables for each host,
which at scale can incur a performance penalty. Ansible provides a
configuration option [0] that can be set to False to prevent this
injection of facts. In this case, facts should be referenced via
ansible_facts.<fact>.

This change updates all references to Ansible facts within Kolla Ansible
from using individual fact variables to using the items in the
ansible_facts dictionary. This allows users to disable fact variable
injection in their Ansible configuration, which may provide some
performance improvement.

This change disables fact variable injection in the ansible
configuration used in CI, to catch any attempts to use the injected
variables.

[0] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars

Change-Id: I7e9d5c9b8b9164d4aee3abb4e37c8f28d98ff5d1
Partially-Implements: blueprint performance-improvements
2021-06-23 10:38:06 +01:00
..
definitions.json.j2 Update rabbitmq to use new conf & clustering 2018-09-21 16:47:59 +00:00
erl_inetrc.j2 Implement IPv6 support in the control plane 2019-10-16 10:24:35 +02:00
rabbitmq-env.conf.j2 Use ansible_facts to reference facts 2021-06-23 10:38:06 +01:00
rabbitmq.conf.j2 Use ansible_facts to reference facts 2021-06-23 10:38:06 +01:00
rabbitmq.json.j2 Support TLS encryption of RabbitMQ client-server traffic 2020-09-17 12:05:44 +01:00