7 lines
148 B
YAML
7 lines
148 B
YAML
|
---
|
||
|
- name: Start Docker stacks
|
||
|
hosts: manager
|
||
|
roles:
|
||
|
- {role: traefik, tags: traefik}
|
||
|
- {role: swarm_dashboard, tags: swarm_dashboard}
|