https://github.com/ome/ansible-role-upgrade-distpackages
Ansible role for upgrading packages with the distribution package manager
https://github.com/ome/ansible-role-upgrade-distpackages
ansible kernel reboot role
Last synced: 5 months ago
JSON representation
Ansible role for upgrading packages with the distribution package manager
- Host: GitHub
- URL: https://github.com/ome/ansible-role-upgrade-distpackages
- Owner: ome
- License: bsd-2-clause
- Created: 2017-01-12T14:48:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T15:43:49.000Z (over 2 years ago)
- Last Synced: 2025-10-29T00:41:14.068Z (8 months ago)
- Topics: ansible, kernel, reboot, role
- Language: Python
- Homepage: https://galaxy.ansible.com/ome/upgrade_distpackages/
- Size: 29.3 KB
- Stars: 0
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Upgrade Distribution packages
=============================
[](https://github.com/ome/ansible-role-upgrade-distpackages/actions)
[](https://galaxy.ansible.com/ui/standalone/roles/ome/upgrade_distpackages/)
Upgrades all packages installed with the distribution's package manager.
Optionally reboots the system if a kernel update was found.
Role Variables
--------------
Optional variables:
- `upgrade_distpackages`: List of packages to upgrade (default: all)
- `upgrade_distpackages_excludes`: List of package specifications to exclude from upgrade (default empty)
- `upgrade_distpackages_reboot_kernel`: Automatically reboot if a new kernel is installed (default `False`)
- `upgrade_distpackages_reboot_timeout`: Maximum time to wait for a reboot (default `600` seconds)
Author Information
------------------
ome-devel@lists.openmicroscopy.org.uk