ansible/gitea.yml

8 lines
96 B
YAML
Raw Normal View History

2020-09-18 13:15:15 +02:00
---
2024-09-17 18:15:28 +02:00
- name: Deploy Forgejo
hosts: gitea
become: true
2020-09-18 13:15:15 +02:00
roles:
- gitea
2020-09-18 17:47:42 +02:00
- gitea-ccchb