wittdennis.os_update

Ansible OS Update Role

Ansible role for updating operating system packages.

How to Use

- name: Update OS
  roles:
    - role: wittdennis.os-update
      vars:
        os_update_reboot: "NEEDED" # Options: NEEDED, NEVER, ALWAYS
        os_update_reboot_delay: 30  # Delay in seconds before rebooting
        os_update_reboot_timeout: 300 # Time in seconds to wait for reboot
        os_update_cleanup: true       # Whether to remove unnecessary packages and caches after update
        os_update_dnf_excludes: []    # List of packages to exclude from dnf upgrade
        os_update_dist_upgrade: true   # Whether to update the distribution as well (only works for Debian family)
Informazioni sul progetto

Role to install OS Updates

Installa
ansible-galaxy install wittdennis.os_update
Licenza
mit
Download
3k
Proprietario
Doing Stuff!