ansible-role-gitlab
ansible-role-gitlab copied to clipboard
Ansible Role - GitLab
After applying the CIS hardening scripts to Ubuntu Pro the default umask changes to user read only (instead of read all). As a result, the GitLab provided install script adds...
Hi Jeff, After applying the CIS hardening scripts to Ubuntu Pro the default umask changes to user read only (instead of read all). As a result, the GitLab provided install...
Addresses issue: https://github.com/geerlingguy/ansible-role-gitlab/issues/199
Hi, The official [GitLab documentation states](https://www.balticlsc.eu/gitlab/help/administration/packages/container_registry.md#configure-container-registry-under-an-existing-gitlab-domain) that the Container Registry turns active when `gitlab_registry_external_url` is referenced. However, the template file of ansible-role-gitlab only enables it when `gitlab_registry_enable: true` is set....
While testing GitLab installations via automated deployments, I noticed that on occasion the installation of GitLab software package can potentially timeout. The package is approx 1Gb at time of writing,...
I've added the possibility to specify multiple LDAP servers and all the possible parameters that can be specified for the service. I hope you'll find it useful as I do....
Line in question: https://github.com/geerlingguy/ansible-role-gitlab/blob/706a38375a7dc7521e7d601a940461673f87a483/templates/gitlab.rb.j2#L108 Example would be this setting: ```yaml gitlab_extra_settings: - gitlab_rails: - key: "registry_key_path" value: "/etc/gitlab/registry.key" - registry: - key: "internal_key" value: "{{ gitlab_registry_internal_secret }}" ``` Where `gitlab_registry_internal_secret`...
Being tasked to deploy self-hosted Gitlab instance for my faculty to use and enabling ldap signin, I have faced complications. The ldap server is for the whole university, so students...
Add an example and a note to the README about using boolean values in `gitlab_extra_settings`.