AutolabJS/AutolabJS

View on GitHub
deploy/plays/templates/gitlab/gitlab.json.j2

Summary

Maintainability
Test Coverage
{
  "gitlab": {
    "hostname": "{{ gitlab_hostname }}",
    "port": "{{ gitlab_port }}",
    "username": "{{ gitlab_username }}",
    "password": "{{ gitlab_password }}"
  }
}