Skip to content

Latest commit

 

History

History

gitlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ansible Role: gitlab

Setup GitLab source installation (without docker)

Role Variables

Available variables can be found in defaults/main.yml

Example Playbook

    - hosts: all

      vars:
        gitlab_root_password: yourdefaultpassword

      roles:
        - alphanodes.setup.gitlab