Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danihodovic/ansible-role-gitlab
https://github.com/danihodovic/ansible-role-gitlab
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danihodovic/ansible-role-gitlab
- Owner: danihodovic
- Created: 2020-09-01T20:14:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T13:18:05.000Z (over 3 years ago)
- Last Synced: 2024-05-14T00:33:07.746Z (6 months ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```