From dbbdb2298cfae0c1fa988eb80be1ef1c79b1e18d Mon Sep 17 00:00:00 2001 From: poulti Date: Sat, 22 Feb 2025 08:58:43 +0000 Subject: [PATCH] Simplify next steps of playbook --- docs/docker-from-compose-to-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-from-compose-to-swarm.md b/docs/docker-from-compose-to-swarm.md index fcc2346..5c9389c 100644 --- a/docs/docker-from-compose-to-swarm.md +++ b/docs/docker-from-compose-to-swarm.md @@ -458,7 +458,7 @@ The following ansible playbook snippet sets the configuration of nodes, in parti My playbook is based on Jeff Geerling's Turing Pi 2, where I swapped K3s for Docker Swarm Mode: https://github.com/geerlingguy/turing-pi-2-cluster -The rest of the playbook is quite straightforward, with the following steps: +The rest of the playbook is doing the following steps: - Install docker on all nodes - Configure the swarm manager (swarm join, save the token...) - Add the worker nodes to the swarm (thanks to the manager token saved)