add syncthing stack

This commit is contained in:
Pim Kunis 2023-05-02 13:44:19 +02:00
parent 4678724dcf
commit 70b9ec605f
12 changed files with 499 additions and 3 deletions
ansible/playbooks

View file

@ -3,3 +3,4 @@
hosts: manager
roles:
- {role: traefik, tags: traefik}
- {role: syncthing, tags: syncthing}