Skip to content

Infrastructure as Code (IaC) with Ansible role for Gitlab CE

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Galaxy Build Status

IaC: with Ansible role to install and configure Gitlab SCM


Description

Requirements

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.gitlab
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.gitlab/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars_files:
    - vars/main.yml
  vars:
    - gitlab_external_url: "http://gitlab.example.com" 
  roles:
    - gitlab
...

Licence

About

Infrastructure as Code (IaC) with Ansible role for Gitlab CE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages