mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
update meta info
This commit is contained in:
parent
d30930b271
commit
cd8538901b
2 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
||||||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/gitea) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_gitea/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_gitea/blob/main/LICENSE)
|
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.gitea.svg)](https://galaxy.ansible.com/l3d/gitea)
|
||||||
|
[![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.gitea_license.svg)](LICENSE)
|
||||||
|
[![Maintainance](https://ansible.l3d.space/svg/l3d.gitea_maintainance.svg)(https://ansible.l3d.space/#l3d.gitea)
|
||||||
|
|
||||||
ansible role gitea/forgejo
|
ansible role gitea/forgejo
|
||||||
============================
|
============================
|
||||||
|
@ -12,12 +14,12 @@ This role installs and manages [gitea](https://gitea.io) or [forgejo](https://fo
|
||||||
The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
|
The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# ansible-galaxy install do1jlr.gitea
|
# ansible-galaxy install l3d.gitea
|
||||||
|
|
||||||
- name: "Install gitea"
|
- name: "Install gitea"
|
||||||
hosts: git.example.com
|
hosts: git.example.com
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.gitea, tags: gitea}
|
- {role: l3d.gitea, tags: gitea}
|
||||||
vars:
|
vars:
|
||||||
# Here we assume we are behind a reverse proxy that will
|
# Here we assume we are behind a reverse proxy that will
|
||||||
# handle https for us, so we bind on localhost:3000 using HTTP
|
# handle https for us, so we bind on localhost:3000 using HTTP
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
role_name: gitea
|
role_name: gitea
|
||||||
author: do1jlr
|
author: l3d
|
||||||
description: Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
|
description: Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
|
||||||
license: "BSD-3-Clause"
|
license: "BSD-3-Clause"
|
||||||
min_ansible_version: "2.11"
|
min_ansible_version: "2.11"
|
||||||
|
@ -28,4 +28,5 @@ galaxy_info:
|
||||||
- selfhosted
|
- selfhosted
|
||||||
- gitserver
|
- gitserver
|
||||||
- gogs
|
- gogs
|
||||||
|
- linux
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in a new issue