homeserver/playbooks/3_service/gitea.yml

6 lines
136 B
YAML

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