Hi,
Is there like an Ansible Galaxy for GitLab?
Thank you.
Hi @ephemeric,
GitLab does not provide or maintain any official GitLab-related Ansible roles or playbooks on Ansible Galaxy or elsewhere.
That said, using Ansible to manage GitLab is relatively easy, and there are a number of community-created Ansible roles on Ansible Galaxy with the best maintained and most popular example being:
https://galaxy.ansible.com/geerlingguy/gitlab
Omnibus GitLab uses the system’s default package manager for installation/updates, /etc/gitlab/gitlab.rb
for configuration, and simple commands for reconfigure/restart and backup/restore processes, which also makes it easy to create or customize Ansible roles.