Files
ansible-role-gitea-docker/meta/main.yaml
patrick 8fc764db49 refactor: remove geerlingguy.docker dependency
Assume Docker and Docker Compose are already installed on the target
host. This decouples the role from a specific Docker installation
method; avoiding conflicts with existing setups.
2026-04-16 07:53:47 -04:00

21 lines
423 B
YAML

---
galaxy_info:
role_name: gitea_docker
author: Patrick Jaroszewski
description: Ansible role to configure and deploy Gitea in Docker, with optional support for runners.
license: MIT License
min_ansible_version: 2.11
platforms:
- name: Debian
versions: all
- name: Ubuntu
version: all
galaxy_tags:
- gitea
- act_runner
- git
- gitserver
- selfhosted
dependencies: []