Member-only story

Rolling Update Debian-like systems — Ansible module apt

Maintaining in a consistent state your fleet of machines is one of the most time-consuming tasks of the System Administrator. I’m going to show you how to perform Rolling Update with Ansible in Debian-like systems with some simple code.

Luca Berton
4 min readAug 25, 2021

How to perform Rolling Update with Ansible in Debian-like systems?

I’m going to show you a live demo and some simple Ansible code.

I’m Luca Berton and welcome to today’s episode of Ansible Pilot

Ansible Rolling Update packages in Debian-like systems

Today we’re talking about rolling updates on Debian-like systems using Ansible module apt.

We already talked about this module for installing packages but we would like to consider another use case.

This module allows you to manage packages with the apt package manager.

Parameters

  • name string

--

--

Luca Berton
Luca Berton

Written by Luca Berton

I help creative Automation DevOps, Cloud Engineer, System Administrator, and IT Professional to succeed with Ansible Technology to automate more things everyday

No responses yet