Skip to content

Commit

Permalink
fixed hosts in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmontigny committed Aug 1, 2019
1 parent 5b51240 commit ab63fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A very simple role to quickly set up a Swarm mode cluster using docker-ce.
Requirements
------------

This role should be applied to all hosts (managers and workers) taking part in the cluster.
- The Ansible inventory group name for the manager and worker nodes should be passed to the role

Role Variables
--------------
Expand Down Expand Up @@ -44,7 +44,7 @@ Example Playbook

Minimal call :

- hosts: servers
- hosts: swarm_managers, swarm_workers
become: true
roles:
- jcmontigny.ansible_swarm
Expand All @@ -54,7 +54,7 @@ Minimal call :

Call to add privileges to some users to the docker CLI (example on AWS)

- hosts: servers
- hosts: swarm_managers, swarm_workers
become: true
roles:
- jcmontigny.ansible_swarm
Expand Down

0 comments on commit ab63fa6

Please sign in to comment.