ansible-infra/roles/apt_update_and_upgrade
June fe813fd376
reboot(role): intro. reboot role, which handles local conns. gracefully
Also use this role instead of plain ansible.builtin.reboot.
This is in preparation for using ansible_pull as we don't want to have
ansible.builtin.reboot fail local playbook runs.
2025-07-01 04:13:52 +02:00
..
handlers reboot(role): intro. reboot role, which handles local conns. gracefully 2025-07-01 04:13:52 +02:00
tasks move roles, files and templates dirs out of playbook dir into root dir 2024-12-08 02:55:25 +01:00
README.md move roles, files and templates dirs out of playbook dir into root dir 2024-12-08 02:55:25 +01:00

Role apt_update_and_upgrade

This role does an apt-get update, apt-get dist-upgrade and a potential reboot (if packages got upgraded) on the specified hosts.

hosts

The hosts for this role need to be the VMs, which should be updated and upgraded.

Required Variables

This role doesn't have any required variables.