{"id":16709403,"url":"https://github.com/mrlesmithjr/docker-ansible-gitlabce","last_synced_at":"2026-05-04T16:38:24.584Z","repository":{"id":142637253,"uuid":"67552331","full_name":"mrlesmithjr/docker-ansible-gitlabce","owner":"mrlesmithjr","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-11T02:18:00.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T01:13:47.207Z","etag":null,"topics":["ansible","docker","gitlab-ce"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrlesmithjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-06T22:45:49.000Z","updated_at":"2016-09-06T22:46:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"7785b86b-60ee-4b62-aeb8-c8d42f3134ac","html_url":"https://github.com/mrlesmithjr/docker-ansible-gitlabce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrlesmithjr/docker-ansible-gitlabce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdocker-ansible-gitlabce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdocker-ansible-gitlabce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdocker-ansible-gitlabce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdocker-ansible-gitlabce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrlesmithjr","download_url":"https://codeload.github.com/mrlesmithjr/docker-ansible-gitlabce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdocker-ansible-gitlabce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32616249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","docker","gitlab-ce"],"created_at":"2024-10-12T20:04:44.904Z","updated_at":"2026-05-04T16:38:24.565Z","avatar_url":"https://github.com/mrlesmithjr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Repo Info\n=========\nBuild [Docker] image for [GitLab-CE] provisioned via [Ansible]\n\nBuilding\n--------\nIf you need to modify any configurations you will need to rebuild the image:\n```\ndocker build -t gitlabce .\n```\nAnd then spin the image up:\n```\ndocker run -d -p 2222:22 -p 80:80 -p 443:443 gitlabce\n```\n\nConsuming\n---------\n```\ndocker run -d -p 2222:22 -p 80:80 -p 443:443 mrlesmithjr/gitlabce\n```\nSpin up using `docker-compose`:\n```\ndocker-compose up -d\n```\n`docker-compose.yml`\n```\nversion: '2'\nservices:\n  gitlabce:\n    image: \"mrlesmithjr/gitlabce\"\n    volumes:\n      - \"gitlab_etc:/etc/gitlab\"\n      - \"gitlab_opt:/var/opt/gitlab\"\n      - \"gitlab_log:/var/log/gitlab\"\n    ports:\n      - \"2222:22\"\n      - \"80:80\"\n      - \"443:443\"\n    privileged: true\n    restart: always\n\nvolumes:\n  gitlab_etc:\n  gitlab_opt:\n  gitlab_log:\n```\n\nDefine Alternate SSH Port For GitLab\n------------------------------------\nThe following will need to be configured in order to properly SSH to [GitLab-CE]\n```\nvi ~/.ssh/config\n```\nReplace localhost with respective hostname...\n```\nHost localhost\n  Hostname localhost\n  User git\n  Port 2222\n```\n\nLog Into WebUI...  \nhttp://IPorHostName\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\nLarry Smith Jr.\n- [@mrlesmithjr]\n- [everythingshouldbevirtual.com]\n- [mrlesmithjr@gmail.com]\n\n\n[Ansible]: \u003chttps://www.ansible.com/\u003e\n[Docker]: \u003chttps://www.docker.com\u003e\n[GitLab-CE]: \u003chttps://gitlab.com/gitlab-org/gitlab-ce\u003e\n[@mrlesmithjr]: \u003chttps://twitter.com/mrlesmithjr\u003e\n[everythingshouldbevirtual.com]: \u003chttp://everythingshouldbevirtual.com\u003e\n[mrlesmithjr@gmail.com]: \u003cmailto:mrlesmithjr@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fdocker-ansible-gitlabce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlesmithjr%2Fdocker-ansible-gitlabce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fdocker-ansible-gitlabce/lists"}