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

Merge pull request #29 from roles-ansible/runner

create forgejo runner
This commit is contained in:
L3D 2024-03-21 19:54:12 +01:00 committed by GitHub
commit 63b640a252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

3
.gitmodules vendored
View file

@ -2,3 +2,6 @@
path = roles/gitea
branch = main
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
- [![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
You can install the collection using ansible-galaxy by running:
```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:
@ -43,7 +44,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.git
version: ">=1.1.0"
version: ">=1.1.1"
```
## Include roles in your playbook

View file

@ -9,7 +9,7 @@ namespace: l3d
name: git
# 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
readme: README.md

1
roles/forgeo_runner Submodule

@ -0,0 +1 @@
Subproject commit 04a7ba381e5fd4a825efc0fa19b332254ebe5667

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