nixos-servers/docker_swarm/playbooks/stacks.yml

12 lines
351 B
YAML
Raw Normal View History

---
- name: Start Docker stacks
hosts: manager
roles:
- {role: traefik, tags: traefik}
- {role: forgejo, tags: forgejo}
- {role: swarm_dashboard, tags: swarm_dashboard}
- {role: nextcloud, tags: nextcloud}
- {role: kitchenowl, tags: kitchenowl}
2024-01-15 20:34:25 +00:00
- {role: paperless-ngx, tags: paperless-ngx}
- {role: media, tags: media}