From 3029e910064f11cf566314983a935daea1981e51 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 11 Oct 2018 07:46:24 -0400 Subject: [PATCH] Fixed typo on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea7d4d..551d27b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This is an Ansible playbook that configures a Docker Swarm cluster and deploys a * Bootstrap will be the first node in the cluster. If you are only doing a one node cluster, this is where you put your ip * Managers are nodes used for managing a swarm cluster. Managers are recommended in 3's or 5's (bootstrap is a manager). Please see this for swarm best practices: https://docs.docker.com/engine/swarm/admin_guide/ * Workers are nodes used for running containers. You can have as many as necessary. - 2. Copy group_vars/all_example to group_vars/all + 2. Copy group_vars/all.example to group_vars/all * This is where a lot of configuration comes in. Please see our documentation. 3. Run `bash supporting-scripts/deploy.sh`