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.
21 lines
423 B
YAML
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: []
|