keep your debian zoo updated

Besides the big update actions it happens relatively often that you want to ensure updates for certain packages.

For situations like this, I use a small ansible playbook where I can ensure that all hosts in question run a apt [dist-|full-]upgrade and in addition it allows me to:

See: github gist

Example: ansible-playbook -e run_versioncheck=true -e check_quiet=false aptupgrade.yml


ansible
debian
apt
update