homeserver/playbooks/3_service/git.yml

6 lines
166 B
YAML
Raw Normal View History

---
2024-04-02 22:10:18 +02:00
- hosts: git
roles:
2024-04-02 21:30:26 +02:00
- { role: ansible-role-postgresql, tags: "db", become: true }
- { role: pyratlabs-ansible-role-gitea, tags: "gitea", become: true }