Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 387 Bytes

File metadata and controls

19 lines (12 loc) · 387 Bytes

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