From 0e1f2d896b0b9a0048fe99ecb3e2cdf042ee7ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Pr=C3=A9mel-Cabic?= Date: Mon, 8 Jun 2026 11:55:48 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20slides=2039/40=20=E2=80=94=20note=20Ans?= =?UTF-8?q?ible=20for=20on-demand=20one-off=20patching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Highlight Ansible's punctual/push ops (single patch on demand) alongside config/deploy, contrasted with Puppet's continuous enforcement. Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cd69775..d4c7c09 100644 --- a/index.html +++ b/index.html @@ -1409,6 +1409,7 @@ Notice: Applied catalog in 12.34 seconds @@ -1429,7 +1430,7 @@ Notice: Applied catalog in 12.34 seconds Ansible — Configure - packages, services, app deployment + packages, services, deploys, on-demand patching @@ -1445,14 +1446,15 @@ Notice: Applied catalog in 12.34 seconds

A common production setup:

  1. Terraform provisions the VM
  2. -
  3. Ansible configures it and deploys the app
  4. +
  5. Ansible configures it, deploys the app, and pushes one-off patches
  6. Puppet continuously enforces compliance