Skip to content
Snippets Groups Projects
Name Last commit Last update
defaults
meta
tasks
templates
LICENSE
README.md

Installs GitLab Community Edition

Links:

Additional issues that helped to resolve the configuration:

Prepareing target hosts:

  • Copy pdevop:/home/gitlab-runner/.ssh/id_rsa.pub to authenticated keys on target host
  • ssh-keygen on target and paste the public key into deployment keys on gitlab

Preparing gitlab-runner:

  • Configure Ansible with vault and password

Preparing gitlab-lfs:

GitLab LFS client install and usage:

Gitlab Kanban

Tips & Tricks

  • Database Console: sudo -u gitlab-psql /opt/gitlab/embedded/bin/psql -h /var/opt/gitlab/postgresql/ gitlabhq_production
  • Mattermost CLI: /opt/gitlab/embedded/service/mattermost/i18n and then sudo -u mattermost /opt/gitlab/embedded/bin/mattermost -config=/var/opt/gitlab/mattermost/config.json -help