From f8db0fda48ee07144c1e4875c04ef6cd379bf787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Pr=C3=A9mel-Cabic?= Date: Mon, 8 Jun 2026 11:35:36 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20slide=2029=20Galaxy=20=E2=80=94=20minim?= =?UTF-8?q?al=20install=20example,=20trusted-source=20guidance=20in=20note?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - replace specific geerlingguy example with generic ansible-galaxy install . - move trusted/official/certified supply-chain guidance into speaker notes Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1d4620a..481b821 100644 --- a/index.html +++ b/index.html @@ -1146,12 +1146,16 @@ finistdevs-web : ok=4 changed=3 unreachable=0 failed=0 skipped=0
  • Ansible Galaxy — 10,000+ ready-made roles and collections
  • Don't write a playbook to install Docker from scratch — someone already did
  • -

    Just ansible-galaxy install geerlingguy.docker.

    +
    
    +$ ansible-galaxy install <namespace>.<role>
    +