Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/gitlab_instance
Ansible role which installs a GitLab EE or CE instance
https://github.com/ecgalaxy/gitlab_instance
ansible ansible-role gitlab gitlab-installation gitlab-instance
Last synced: 1 day ago
JSON representation
Ansible role which installs a GitLab EE or CE instance
- Host: GitHub
- URL: https://github.com/ecgalaxy/gitlab_instance
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2023-10-20T17:21:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-03T15:34:26.000Z (about 1 year ago)
- Last Synced: 2023-11-03T16:35:14.664Z (about 1 year 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_instanceOne-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.