From f5d93e7f448c62da2c5680a4c400c687439c4b07 Mon Sep 17 00:00:00 2001 From: Tobias Huste <t.huste@hzdr.de> Date: Tue, 23 Feb 2021 12:54:56 +0100 Subject: [PATCH] Add software publications and contributions --- mission/publications.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mission/publications.md b/mission/publications.md index d2746ac58..6f5b2176b 100644 --- a/mission/publications.md +++ b/mission/publications.md @@ -61,8 +61,28 @@ excerpt: * [Continuous Documentation for Users, Developers and Maintainers](https://zenodo.org/record/3247324) * [Share and synchronize your data with HZB Cloud Nubes safely](https://www.helmholtz-berlin.de/zentrum/locations/it/datenablage/persoenliche/nextcloud/index_en.html) +#### Software Publications +HIFIS creates its own software packages, but also contributes to Open Source software in general. +#### 2020 + +##### Software Packages + +* [Ansible GitLab Role](https://gitlab.com/hifis/ansible/gitlab-role) - Ansible role to install and configure the GitLab Omnibus package, also in a high availability context. +* [Ansible Keepalived Role](https://gitlab.com/hifis/ansible/keepalived-role) - Ansible role that sets up Keepalived for high availabilty. +* [Ansible Redis Role](https://gitlab.com/hifis/ansible/redis-role) - Ansible role for setting up a highly available Redis cluster. +* [Ansible HAProxy role](https://gitlab.com/hifis/ansible/haproxy-role) - Ansible role to set up HAProxy to be used as a load balancer. +* [Ansible SSH keys role](https://gitlab.com/hifis/ansible/ssh-keys) - Ansible role to distribute authorized SSH public keys to users. +* [GitLab-Runner for Power](https://gitlab.com/hzdr/gitlab-runner/-/releases) - GitLab-Runner packages for the `ppc64le` architecture. + +##### Contributions + +* [**Python Poetry**](https://python-poetry.org/) - [Respect REUSE spec when including licenses](https://github.com/python-poetry/poetry-core/pull/57) +* [**Ansible (community.crypto)**](https://github.com/ansible-collections/community.crypto) - [openssl_pkcs12 parse action: always changed in check mode](https://github.com/ansible-collections/community.crypto/issues/143) +* [**Ansible Collection Hardening**](https://github.com/dev-sec/ansible-collection-hardening/) + * [Use package state 'present' since 'installed' is deprecated](https://github.com/dev-sec/ansible-collection-hardening/pull/168) + * [Add variable to specify SSH host RSA key size](https://github.com/dev-sec/ansible-collection-hardening/pull/394) #### HIFIS Proposal * The original platform proposal for HIFIS [can be found here](https://www.helmholtz.de/fileadmin/user_upload/01_forschung/Helmholtz_Inkubator_HIFIS.pdf). -- GitLab