Expand description
§Updates Module
This module provides functionality for setting up and configuring automatic updates on Linux servers. It supports different update mechanisms for Ubuntu, CentOS, and Fedora, ensuring that the server stays up-to-date with the latest security patches and software versions.
The module includes functions for configuring unattended-upgrades on Ubuntu, yum-cron on CentOS, and dnf-automatic on Fedora.
Functions§
- setup_
automatic_ updates - Sets up automatic updates based on the Linux distribution specified in the configuration.