glillico.update_pkgs
Ansible Role: update_pkgs
This role updates all the software packages installed on the system to their latest versions. It will also install any necessary dependencies.
Requirements
None
Role Variables
| Variable | Description |
|---|---|
| upk_server_reboot | If set to true, the system will check if it needs to reboot, and will do so if necessary. |
Dependencies
None
Example Playbook
- hosts: servers
vars_files:
- vars/main.yml
roles:
- glillico.update_pkgs
License
MIT License
Author Information
Created in 2020 by Graham Lillico. (Inspired by geerlingguy/ansible-role-security)
