We manage our Gitlab servers via Ansible, including a Jinja template of the gitlab.rb
file. Our users all login via LDAP, and a particular Linux user group is comprised only of administrators. Is it possible within the gitlab.rb
file to set any users in the Linux group as Gitlab administrators by default? I’m assuming it’d be something akin to this:
gitlab_rails['default_admin_group'] = linuxadmins
Right now our instances are solo, but we likely will move to a high-availability layout in the future, and I’d like to avoid having to manually add 20+ admins manually on every server.