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

12 lines
327 B
YAML
Raw Normal View History

2023-05-02 10:22:16 +00:00
---
- name: Start Docker stacks
hosts: manager
roles:
- {role: traefik, tags: traefik}
2023-05-02 11:44:19 +00:00
- {role: syncthing, tags: syncthing}
2023-05-02 12:25:54 +00:00
- {role: forgejo, tags: forgejo}
2023-05-02 14:24:30 +00:00
- {role: seafile, tags: seafile}
2023-05-02 14:47:27 +00:00
- {role: radicale, tags: radicale}
2023-05-02 15:13:13 +00:00
- {role: mastodon, tags: mastodon}
2023-05-02 15:25:42 +00:00
- {role: freshrss, tags: freshrss}