RHEL9-CIS/vars
Michal Nasiadka 170b91c249
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..

This change updates all references to Ansible facts 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.

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

Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
2023-04-24 08:41:08 +02:00
..
AlmaLinux.yml 1.2.2 rpm gpg key check 2022-07-25 11:26:27 +01:00
is_container.yml Linting 2023-03-20 15:16:15 +00:00
main.yml use ansible_facts to reference facts 2023-04-24 08:41:08 +02:00
OracleLinux.yml Added OracleLinux support 2023-03-06 11:22:08 +00:00
RedHat.yml 1.2.2 rpm gpg key check 2022-07-25 11:26:27 +01:00
Rocky.yml 1.2.2 rpm gpg key check 2022-07-25 11:26:27 +01:00