homeserver/playbooks/3_service/git.yml
Grote e732ebf535
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
redeployment forgejo + setup ldap (#1)
Reviewed-on: #1
2024-04-04 09:48:09 +02:00

13 lines
238 B
YAML

---
- hosts: git
roles:
- role: ansible-role-postgresql
tags: "db"
become: true
- role: ansible_role_gitea
tags: "gitea"
become: true
- role: mgrote_gitea_setup
tags: "setup"
become: true