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: 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:10:55.000Z (over 6 years ago)
- Last Synced: 2025-03-12T04:29:58.530Z (about 1 year ago)
- Topics: ansible, ansible-role, gitlab, gitlab-ce, markdown, yaml
- Language: Ruby
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/gitlab) [](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
...
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)