6 lines
136 B
YAML
6 lines
136 B
YAML
---
|
|
- name: Start Docker stacks
|
|
hosts: manager
|
|
roles:
|
|
- {role: traefik, tags: traefik}
|
|
- {role: syncthing, tags: syncthing}
|