This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
health
Playbook to upgrade all packages on RHEL-based (DNF) hosts. Useful for keeping systems updated across the inventory.
dnfupdate.yml
Targets all hosts in the inventory.
Runs with become (root/sudo).
Uses the dnf module to:
Update the cache (update_cache: yes).
Set all installed packages to latest (name: "*", state: latest).
Use case: Batch security and updates on RHEL, Fedora, Rocky, Alma, etc.