From 3e049e1687450f04ae0488475389204bacc2caf9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 21 Aug 2025 23:00:43 +0200 Subject: [PATCH] introduce ansible with docker --- system/ansible/ansible_with_docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/ansible/ansible_with_docker.md b/system/ansible/ansible_with_docker.md index 3b765fa..f7aa95d 100644 --- a/system/ansible/ansible_with_docker.md +++ b/system/ansible/ansible_with_docker.md @@ -4,6 +4,10 @@ tags: [ "system", "ansible", "docker" ] requires: [ "Docker" ] --- +'Docker module', you say? +No need for that fancy stuff. +We're just going to set up a couple of docker containers and connect to them like any other machine. + Set up two containers: `deb` and `arch`, add them to an `ansible` hosts file, then do a 'ping' to see if they respond. ## Required Packages