Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wluisaraujo/ansible-role-gitlab
Infrastructure as Code (IaC) with Ansible role for Gitlab CE
https://github.com/wluisaraujo/ansible-role-gitlab
ansible ansible-role gitlab gitlab-ce markdown yaml
Last synced: 3 days ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Gitlab CE
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-gitlab
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T21:00:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:10:55.000Z (over 5 years ago)
- Last Synced: 2024-11-17T20:26:05.844Z (2 months ago)
- Topics: ansible, ansible-role, gitlab, gitlab-ce, markdown, yaml
- Language: Ruby
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-GitLab-blue.svg)](https://galaxy.ansible.com/wluisaraujo/gitlab) [![Build Status](https://travis-ci.org/wluisaraujo/ansible-role-gitlab.svg?branch=master)](https://travis-ci.org/wluisaraujo/ansible-role-gitlab)
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [Gitlab SCM](https://gitlab.com)
------------Description
------------*
Requirements
------------*
Installation
------------Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.gitlab
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.gitlab/requirements.txt
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars_files:
- vars/main.yml
vars:
- gitlab_external_url: "http://gitlab.example.com"
roles:
- gitlab
...
```----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)