File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ 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 )
1+ [ ![ Ansible Galaxy] ( https://ansible.l3d.space/svg/l3d.gitea.svg )] ( https://galaxy.ansible.com/l3d/gitea )
2+ [ ![ BSD-3 Clause] ( https://ansible.l3d.space/svg/l3d.gitea_license.svg )] ( LICENSE )
3+ [ ![ Maintainance] ( https://ansible.l3d.space/svg/l3d.gitea_maintainance.svg ) (https://ansible.l3d.space/#l3d.gitea )
24
35 ansible role gitea/forgejo
46============================
@@ -12,12 +14,12 @@ This role installs and manages [gitea](https://gitea.io) or [forgejo](https://fo
1214The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
1315
1416``` yaml
15- # ansible-galaxy install do1jlr .gitea
17+ # ansible-galaxy install l3d .gitea
1618
1719- name : " Install gitea"
1820 hosts : git.example.com
1921 roles :
20- - {role: do1jlr .gitea, tags: gitea}
22+ - {role: l3d .gitea, tags: gitea}
2123 vars :
2224 # Here we assume we are behind a reverse proxy that will
2325 # handle https for us, so we bind on localhost:3000 using HTTP
Original file line number Diff line number Diff line change 11---
22galaxy_info :
33 role_name : gitea
4- author : do1jlr
4+ author : l3d
55 description : Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
66 license : " BSD-3-Clause"
77 min_ansible_version : " 2.11"
@@ -28,4 +28,5 @@ galaxy_info:
2828 - selfhosted
2929 - gitserver
3030 - gogs
31+ - linux
3132dependencies : []
You can’t perform that action at this time.
0 commit comments