GithubHelp home page GithubHelp logo

hifis-net / ansible-role-gitlab-base Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 119 KB

Ansible role to install the GitLab Omnibus package. Attention: This role has been migrated to our GitLab role (https://gitlab.com/hifis/ansible/gitlab-role).

Home Page: https://galaxy.ansible.com/hifis/gitlab_base

gitlab gitlab-omnibus

ansible-role-gitlab-base's Introduction

GitLab Base Role

Attention: This role has been migrated to our GitLab role:

Please open any issues and merge requests there!

This Ansible Role provides a basic setup for services based on GitLab Omnibus.

Currently supported platforms are:

  • CentOS 8
  • Ubuntu 20.04 LTS (Focal Fossa)

Requirements

None.

Role Variables

gitlab_edition: "gitlab-ee"

The GitLab edition to install. Please use either gitlab-ce for Community Edition or gitlab-ee for Enterprise Edition.

gitlab_version: "13.2.1"
gitlab_release: "ce.0.el8"

Set a specific GitLab version to install. Please ensure that you also specify the desired release. You can find the available releases here.

gitlab_gpg_key_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/gpgkey"

URL to the GPG key that was used to sign the packages.

gitlab_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/ubuntu/"

URL to the package repository based on the operating system.

gitlab_source_repo_url: "https://packages.gitlab.com/gitlab/{{ gitlab_edition }}/el/{{ ansible_distribution_major_version }}/SRPMS"

URL to the source package repository (CentOS only).

gitlab_package_name: "{{ gitlab_edition + '=' + gitlab_version + '-' + gitlab_release if gitlab_version and gitlab_release else gitlab_edition }}"

Name of the GitLab package to install.

gitlab_dependencies:
  - apt-transport-https
  - curl
  - gnupg
  - openssh-server
  - openssl

List of depend packages required by GitLab based on the operating system.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

Apache-2.0

Author Information

This role was created by HIFIS Software Services.

ansible-role-gitlab-base's People

Contributors

christianhueserhzdr avatar renovate-bot avatar tobiashuste avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rogerio957

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.