https://github.com/coderefinery/gitlab-openstack-config
The coderefinery-specific config to run gitlab-openstack-deploy
https://github.com/coderefinery/gitlab-openstack-config
Last synced: 5 months ago
JSON representation
The coderefinery-specific config to run gitlab-openstack-deploy
- Host: GitHub
- URL: https://github.com/coderefinery/gitlab-openstack-config
- Owner: coderefinery
- Created: 2017-05-18T14:44:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T13:33:25.000Z (over 8 years ago)
- Last Synced: 2025-09-10T04:47:32.895Z (9 months ago)
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration items for gitlab-openstack-deploy
This repository contains the group_vars and host_vars for the generic gitlab
omnibus playbook. See https://github.com/coderefinery/gitlab-openstack-deploy for
details.
## Note about SSL certificates
Currently certbot auto-creation does not work inside the omnibus container. To
create a certificate
```
$ sudo su
# docker stop gitlab
# certbot
[ follow instructions ]
[ copy certificates over files in /srv/gitlab/config/ssl/ ]
# sudo docker start gitlab
```
And verify manually that you don't get ssl errors.