Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danihodovic/ansible-role-gitlab


https://github.com/danihodovic/ansible-role-gitlab

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# ansible-role-gitlab[![Build Status](https://ci.depode.com/api/badges/danihodovic/ansible-role-gitlab/status.svg)](https://ci.depode.com/danihodovic/ansible-role-gitlab)

### Test deployment

```
ANSIBLE_ROLES_PATH="$(dirname $PWD)" ansible-playbook test.yml -i ',' -u root -e no_log=false
```

To use git+ssh configure your ssh config file
```
Host gitlab.ipdop.com
Hostname gitlab.ipdop.com
Port 22222 # Found in defaults/mail.yml under `gitlab_shell_ssh_port`
PreferredAuthentications publickey
```