Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 233 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 233 Bytes

Docker Swarm role

Configures Docker Swarm.

Usage

Configure the role.

docker_swarm_enabled: true # default: false

And include it in your playbook.

- hosts: docker_swarm
  roles:
  - role: docker_swarm