Docker Swarm role

Configures Docker Swarm.

Usage

Configure the role.

vars.yml

docker_swarm_enable: true # default: false

And include it in your playbook.

- hosts: docker_swarm
  roles:
  - role: docker_swarm