Add docker-swarm-cluster/site.yml
This commit is contained in:
parent
ecb70e22c2
commit
3da5bb80b0
1 changed files with 13 additions and 0 deletions
13
docker-swarm-cluster/site.yml
Normal file
13
docker-swarm-cluster/site.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
- name: Setup Docker Swarm Cluster
|
||||||
|
hosts: all
|
||||||
|
gather_facts: true
|
||||||
|
become: true
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- include_role:
|
||||||
|
name: common
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: docker
|
||||||
|
- role: swarm
|
||||||
Loading…
Reference in a new issue