https://github.com/ecgalaxy/gitlab_instance
Ansible role which installs a GitLab EE or CE instance - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/gitlab_instance
ansible ansible-role gitlab gitlab-installation gitlab-instance
Last synced: 4 months ago
JSON representation
Ansible role which installs a GitLab EE or CE instance - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/gitlab_instance
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2023-10-20T17:21:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T15:34:26.000Z (about 2 years ago)
- Last Synced: 2025-04-13T16:14:33.353Z (9 months ago)
- Topics: ansible, ansible-role, gitlab, gitlab-installation, gitlab-instance
- Language: Jinja
- Homepage: https://code.europa.eu/ecgalaxy/gitlab_instance
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY gitlab_instance role
========
Installs Gitlab EE or CE instance.
Requirements
------------
- Amazon Linux 2023, which is the only platform currently supported.
Role Variables
--------------
- `gitlab_edition`: Set to `enterprise` (default) or `community` depending on the variant to install
- `gitlab_rb_file_path`: Local path of a configuration file on the control machine (optional)
Dependencies
--------------
None.
Example Playbook
----------------
- hosts: all
roles:
- ecgalaxy.gitlab_instance
One-liner
---------
bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.gitlab_instance
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
License
-------
Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Original work
-------------
Copyright Red Hat, Josh Swanson, see https://www.redhat.com/en/blog/installing-gitlab-ce-rhel-9
Author Information
------------------
[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.