homeserver/playbooks/service/gitea.yml
mg 76979f5b24 Playbboks aufgeräumt (#10)
Playbooks aufgeräumt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#10
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-02-28 14:05:51 +01:00

6 lines
136 B
YAML

---
- hosts: gitea
roles:
- { role: mgrote.postfix, tags: "postfix" }
- { role: tmaurice.gitea, tags: "gitea", become: true }