2023-06-24 15:44:22 +00:00
|
|
|
---
|
2023-12-13 17:22:32 +00:00
|
|
|
# meta file for deploy_gitea_runner
|
2023-06-24 15:44:22 +00:00
|
|
|
galaxy_info:
|
|
|
|
namespace: 'ednxzu'
|
|
|
|
role_name: 'deploy_gitea_runner'
|
|
|
|
author: 'Bertrand Lanson'
|
2023-08-11 18:06:15 +00:00
|
|
|
description: 'Deploy gitea-actions CICD runners on Debian based distributions'
|
2023-06-24 15:44:22 +00:00
|
|
|
license: 'license (BSD, MIT)'
|
|
|
|
min_ansible_version: '2.10'
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- focal
|
|
|
|
- jammy
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- bullseye
|
2023-07-27 17:12:18 +00:00
|
|
|
- bookworm
|
2023-06-24 15:44:22 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- 'ubuntu'
|
|
|
|
- 'debian'
|
2023-07-27 17:12:18 +00:00
|
|
|
- 'gitea'
|
|
|
|
- 'cicd'
|
2023-06-24 15:44:22 +00:00
|
|
|
- 'docker'
|
|
|
|
|
|
|
|
dependencies: []
|