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
Configures Docker Swarm.
Configure the role.
vars.yml
docker_swarm_enable: true # default: false
And include it in your playbook.
- hosts: docker-swarm
roles:
- role: docker-swarm