nixos-servers/docker_swarm/playbooks/stacks.yml

16 lines
505 B
YAML
Raw Normal View History

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