From b92e1b8403a01582a126a7a6927d54faad533c55 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 21 Mar 2024 17:12:54 +0100 Subject: [PATCH 1/2] Create forgejo runner --- .gitmodules | 3 +++ README.md | 5 +++-- galaxy.yml | 2 +- roles/forgeo_runner | 1 + roles/gitea | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) create mode 160000 roles/forgeo_runner diff --git a/.gitmodules b/.gitmodules index 5205c1c..88f8490 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index d4025d4..2ce8d12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/galaxy.yml b/galaxy.yml index 64b0cc4..c29bfba 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 diff --git a/roles/forgeo_runner b/roles/forgeo_runner new file mode 160000 index 0000000..ab0828b --- /dev/null +++ b/roles/forgeo_runner @@ -0,0 +1 @@ +Subproject commit ab0828bde7fbb15c22deb30b679e44754441da6d diff --git a/roles/gitea b/roles/gitea index b2d6410..45ae6d1 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit b2d64105ae6bd9977a71df42c11eae2df0ae8714 +Subproject commit 45ae6d10447a4b8b72f40a3f78db24e7a3d2e608 From 9bdc63f6866a1e73c201469361f47f3290f97b7e Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 21 Mar 2024 19:52:28 +0100 Subject: [PATCH 2/2] update forgejo runner --- roles/forgeo_runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/forgeo_runner b/roles/forgeo_runner index ab0828b..04a7ba3 160000 --- a/roles/forgeo_runner +++ b/roles/forgeo_runner @@ -1 +1 @@ -Subproject commit ab0828bde7fbb15c22deb30b679e44754441da6d +Subproject commit 04a7ba381e5fd4a825efc0fa19b332254ebe5667