homeserver/playbooks/3_service/gitea.yml
mg dff8423378 lvm: Logik Playbook (#365)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#365
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-05-19 22:03:14 +02:00

6 lines
136 B
YAML

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