mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
commit
63b640a252
5 changed files with 9 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
1
roles/forgeo_runner
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 04a7ba381e5fd4a825efc0fa19b332254ebe5667
|
|
@ -1 +1 @@
|
||||||
Subproject commit b2d64105ae6bd9977a71df42c11eae2df0ae8714
|
Subproject commit 45ae6d10447a4b8b72f40a3f78db24e7a3d2e608
|
Loading…
Reference in a new issue