deploy_gitea_runner/meta/main.yml
Bertrand Lanson 28dfb322ff
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 2m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m3s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m22s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m52s
test / Molecule tests (default, debian12) (push) Successful in 1m37s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 1m31s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 2m2s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m46s
feat(core): change namespace
2024-02-05 22:48:01 +01:00

27 lines
543 B
YAML

---
# meta file for deploy_gitea_runner
galaxy_info:
namespace: 'ednz_cloud'
role_name: 'deploy_gitea_runner'
author: 'Bertrand Lanson'
description: 'Deploy gitea-actions CICD runners on Debian based distributions'
license: 'license (BSD, MIT)'
min_ansible_version: '2.10'
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- 'ubuntu'
- 'debian'
- 'gitea'
- 'cicd'
- 'docker'
dependencies: []