Skip to content

Commit

Permalink
Simplify next steps of playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
poulti committed Feb 22, 2025
1 parent 0c6c2ff commit dbbdb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-from-compose-to-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbbdb22

Please sign in to comment.