ansible-gitlab icon indicating copy to clipboard operation
ansible-gitlab copied to clipboard

Install, upgrade and manage GitLab instance

Results 5 ansible-gitlab issues
Sort by recently updated
recently updated
newest added

When installaing gitlab, the installation fails at various points. When running a manual `bundle install` the root cause is shown: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby2.1...

When installation of gitlab fails due to a missing libkrb5-dev, i.e. ``` TASK: [debops.gitlab | Update Ruby gems] ************************************** REMOTE_MODULE command bundle install --deployment --without development test aws postgres chdir=/var/local/git/gitlab...

Its a nice to have: http://doc.gitlab.com/ee/project_services/irker.html

I already have existing ansible directory, how can I use this with my existing setup without needing to install all the PIP requirements and scripts?

Currently, it reads "The credentials are saved in the secrets dir secret/credentials/host/gitlab/admin/password The login is admin@host". That information, however, is not entirely accurate. The only user configured for gitlab seems...