initial role commit
This commit is contained in:
22
meta/main.yaml
Normal file
22
meta/main.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
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:
|
||||
- role: geerlingguy.docker
|
||||
version: "7.8.0"
|
||||
Reference in New Issue
Block a user