This role will update the packages of an RedHat or Ubuntu linux distribution and reboot the server if needed
Ansible 2.4 required
You can configure the timeout for the update by configuring this variable :
os_update_update_timeout: 1200
None.
Here an example of a Playbook:
- hosts: servers
become: true
roles:
- role: Synehan.os_update
BSD
An optional section for the role authors to include contact information, or a website (HTML is not allowed).