The gitlab-install role is associated with configuring a gitlab server.
- A running and available RHEL7/8/Centos7/8 system
There are no required variables for this role, however the defaults file will show any variables that can be overwritten.
Variable | Description | Required | Defaults |
---|---|---|---|
GITLAB_SCRIPT | Name of the gitlab script that will be downloaded. | yes | script.rpm.sh |
GITLAB_DOWNLOAD_URL | The gitlab download url | yes | https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/ |
GITLAB_DOWNLOAD_DEST | Where the downloaded files will be save to | yes | /tmp/ |
GITLAB_PACKAGES | The list of packages that will be installed | yes | gitlab-ee |
There are no strict dependencies for this role beyond ansible and a running available RHEL/Centos system.
- hosts: gitlabserver
roles:
- role: ansible-role-gitlab-install
GITLAB_DOWNLOAD_DEST: someuser
Apache License 2.0
Red Hat Community of Practice & staff of the Red Hat Open Innovation Labs.