mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
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> |
||
|---|---|---|
| .. | ||
| section_1 | ||
| section_2 | ||
| section_3 | ||
| section_4 | ||
| section_5 | ||
| section_6 | ||
| auditd.yml | ||
| check_prereqs.yml | ||
| LE_audit_setup.yml | ||
| main.yml | ||
| parse_etc_password.yml | ||
| post.yml | ||
| post_remediation_audit.yml | ||
| pre_remediation_audit.yml | ||
| prelim.yml | ||
| warning_facts.yml | ||