1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_git.git synced 2024-09-14 20:12:03 +02:00

Create forgejo runner

This commit is contained in:
L3D 2024-03-21 17:12:54 +01:00
parent c9af550227
commit b92e1b8403
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 9 additions and 4 deletions

3
.gitmodules vendored
View file

@ -2,3 +2,6 @@
path = roles/gitea path = roles/gitea
branch = main branch = main
url = https://github.com/roles-ansible/ansible_role_gitea.git url = https://github.com/roles-ansible/ansible_role_gitea.git
[submodule "roles/forgeo_runner"]
path = roles/forgeo_runner
url = https://github.com/roles-ansible/ansible_role_forgeo_runner

View file

@ -10,11 +10,12 @@ Here are all our ansible roles for installing git server.
## Ansible Roles in l3d.git ## Ansible Roles in l3d.git
- [![l3d.git.gitea](https://ansible.l3d.space/svg/l3d.git.gitea_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_gitea.git) - Ansible role to install gitea or forgejo git server - [![l3d.git.gitea](https://ansible.l3d.space/svg/l3d.git.gitea_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_gitea.git) - Ansible role to install gitea or forgejo git server
- [![l3d.git.forgejo_runner](https://ansible.l3d.space/svg/l3d.git.forgejo-runner_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_forgejo-runner.git) - Ansible role to install forgejo runner
## Using this Collection ## Using this Collection
You can install the collection using ansible-galaxy by running: You can install the collection using ansible-galaxy by running:
```bash ```bash
ansible-galaxy collection install l3d.git:1.1.0 ansible-galaxy collection install l3d.git:1.1.1
``` ```
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter: Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
@ -43,7 +44,7 @@ You can also list a collection in ``requirements.yml``:
--- ---
collections: collections:
- name: l3d.git - name: l3d.git
version: ">=1.1.0" version: ">=1.1.1"
``` ```
## Include roles in your playbook ## Include roles in your playbook

View file

@ -9,7 +9,7 @@ namespace: l3d
name: git name: git
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.1.0 version: 1.1.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

1
roles/forgeo_runner Submodule

@ -0,0 +1 @@
Subproject commit ab0828bde7fbb15c22deb30b679e44754441da6d

@ -1 +1 @@
Subproject commit b2d64105ae6bd9977a71df42c11eae2df0ae8714 Subproject commit 45ae6d10447a4b8b72f40a3f78db24e7a3d2e608