This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/playbooks/stacks.yml
2023-05-02 17:13:13 +02:00

10 lines
288 B
YAML

---
- name: Start Docker stacks
hosts: manager
roles:
- {role: traefik, tags: traefik}
- {role: syncthing, tags: syncthing}
- {role: forgejo, tags: forgejo}
- {role: seafile, tags: seafile}
- {role: radicale, tags: radicale}
- {role: mastodon, tags: mastodon}