-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
SUMMARY
Since by default Ansible plays gather facts from all hosts, if you are not using any facts in tasks gather_facts should be set to false. There are multiple scripts where ansible facts are gathered but not used, which will be a performance issue.
ISSUE TYPE
- Bug Report
COMPONENT NAME
Performance
ANSIBLE VERSION
ansible [core 2.15.8]
COLLECTION VERSION
latest
OS / ENVIRONMENT
Cent OS 9
STEPS TO REPRODUCE
go to the below scripts and check. there are plays that gather facts but dont use.
scripts/remote-heal/heal_for_docker_use_too_much_memory.yml
scripts/remote-heal/heal_for_heartbeat.yml
EXPECTED RESULTS
set gather_facts to false if facts aren't used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.