{"id":16174239,"url":"https://github.com/relaxdiego/cicd","last_synced_at":"2025-10-09T12:10:09.737Z","repository":{"id":136171238,"uuid":"292210118","full_name":"relaxdiego/cicd","owner":"relaxdiego","description":"Automation for your build automation","archived":false,"fork":false,"pushed_at":"2020-09-21T12:43:39.000Z","size":322,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-12T23:52:50.951Z","etag":null,"topics":["ansible","cd-cluster","cicd","devops","gitlab","gitlab-ci","release-automation","vagrant","virtualbox"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/relaxdiego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-09-02T07:24:29.000Z","updated_at":"2021-05-14T02:44:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5f990c6-6330-4fa7-875a-72c509735b7d","html_url":"https://github.com/relaxdiego/cicd","commit_stats":{"total_commits":114,"total_committers":1,"mean_commits":114.0,"dds":0.0,"last_synced_commit":"d5865f13822f048fab00be49fc8812676de0cfa1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/relaxdiego/cicd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relaxdiego%2Fcicd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relaxdiego%2Fcicd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relaxdiego%2Fcicd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relaxdiego%2Fcicd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relaxdiego","download_url":"https://codeload.github.com/relaxdiego/cicd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relaxdiego%2Fcicd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001439,"owners_count":26083078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","cd-cluster","cicd","devops","gitlab","gitlab-ci","release-automation","vagrant","virtualbox"],"created_at":"2024-10-10T04:24:17.535Z","updated_at":"2025-10-09T12:10:09.684Z","avatar_url":"https://github.com/relaxdiego.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/relaxdiego/cicd/main/logo.png\"\u003e\n\u003c/p\u003e\n\nRelaxdiego CI/CD auto-provisions and auto-configures a GitLab cluster for you.\n\n\n## Quick Start\n\nTry it with the cluster configuration directory (configdir for short) at\n`examples/manual`. Read `examples/manual/README.md` for instructions on how\nto get started.\n\n\n## Development Guide\n\n\n### Development Requirements\n\nI have been developing this project using the following tools but you\nshould be able to swap out some of them (VMware Fusion) with a few\nmodifications.\n\n* [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)\n* [Vagrant](https://www.vagrantup.com/downloads.html)\n* [VMware Fusion](https://www.vmware.com/asean/products/fusion.html)\n* [sshpass](https://gist.github.com/relaxdiego/f2e09f72e9a54b2262c6acfcd40f7b55)\n\n\n#### Special Considerations for macOS\n\nMake sure you install the GNU versions of sed and grep since the BSD versions\nthat come with macOS have different interfaces:\n\n```\nbrew install gnu-sed grep\necho \"export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH\" \u003e\u003e ~/.bash_profile\necho \"export PATH=/usr/local/opt/grep/libexec/gnubin:$PATH\"\" \u003e\u003e ~/.bash_profile\n```\n\nAlso make sure that your python environment has the right certificates by\ninstalling the [certifi](https://pypi.org/project/certifi/) package:\n\n```\npip install certifi\n```\n\n\n### Instantiate a Local Cluster\n\nTo facilitate a faster development workflow, we can instantiate a\ndev cluster locally using Vagrant.\n\n```\nmake gitlab configdir=examples/vagrant-vmware\n```\n\nOnce provisioning has completed, you should now be able to ssh to your\ndev cluster's machines:\n\n```\nssh gitlab\nssh runner\n```\n\nYou should also be able to browse to your dev GitLab instance:\n\n```\ncurl -L http://gitlab.localdev\n```\n\n\n### Clean Up the Local Cluster\n\nWhen you're done and want to remove the local cluster, run:\n\n```\nmake cluster-implode configdir=examples/vagrant-vmware\n```\n\n\n### More Make Goals\n\nTo see more Make goals, run:\n\n```\nmake help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelaxdiego%2Fcicd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelaxdiego%2Fcicd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelaxdiego%2Fcicd/lists"}