ansible-collection-forgejo/playbooks/deployment.yml
Nis Wechselberg 8a8c643e14
Initial version of the forgejo collection
* Forgejo role for quick deployment in podman
* Forgejo_OAuth module to manage authentication source

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2024-06-23 15:23:51 +02:00

5 lines
121 B
YAML

---
- name: 'Deploy collection roles to matching host groups'
hosts: 'forgejo'
roles:
- 'enbewe.forgejo.forgejo'