{"id":23282175,"url":"https://github.com/alilotfi23/jenkins-automation","last_synced_at":"2026-02-11T06:31:51.547Z","repository":{"id":226448980,"uuid":"768718776","full_name":"alilotfi23/Jenkins-Automation","owner":"alilotfi23","description":"Jenkins fully Automation process with terrafrom and ansible","archived":false,"fork":false,"pushed_at":"2024-12-08T15:45:08.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T13:46:14.590Z","etag":null,"topics":["ansible","ansible-playbook","jcasc","jenkins","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alilotfi23.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,"zenodo":null}},"created_at":"2024-03-07T15:54:45.000Z","updated_at":"2025-03-17T09:34:59.000Z","dependencies_parsed_at":"2024-03-18T21:38:38.538Z","dependency_job_id":"add1f231-929f-4df4-b9a4-54c194bebc05","html_url":"https://github.com/alilotfi23/Jenkins-Automation","commit_stats":null,"previous_names":["alilotfi23/jenkins-automation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alilotfi23/Jenkins-Automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilotfi23%2FJenkins-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilotfi23%2FJenkins-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilotfi23%2FJenkins-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilotfi23%2FJenkins-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alilotfi23","download_url":"https://codeload.github.com/alilotfi23/Jenkins-Automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alilotfi23%2FJenkins-Automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29328261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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","ansible-playbook","jcasc","jenkins","terraform","terraform-module"],"created_at":"2024-12-20T00:14:53.785Z","updated_at":"2026-02-11T06:31:51.530Z","avatar_url":"https://github.com/alilotfi23.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins-Automation\n![Diagram](https://github.com/alilotfi23/Jenkins-Automation/assets/91953142/64090543-b28f-4e3c-b3e6-a11380e4f1f7)\n## This project will Create vm on Vsphere and install and config Jenkins with ansible and jcasc\n\n## Asnible\nDefine the server on which you want to install Jenkins in the playbook.yml\n```shell\nhosts: your_ubuntu_server\n```\n## Terrform\n\nInstall provider\n\n```shell\nterraform init\n```\n\nThe Terraform plan command creates an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure\n\n```shell\nterraform plan\n```\n\nDeploy vm on Vsphere\n\n```shell\nterraform apply\n``` \n## jenkins.yaml file which contains jcasc configuration has a job section that clones all this project\n```shell\njobs:\n  - script: \u003e\n      freeStyleJob('MyGitHubJob') {\n        description('A job that clones a GitHub repository')\n        scm {\n          git {\n            remote {\n              url('https://github.com/alilotfi23/Jenkins-Automation.git')\n              credentials('your-github-credentials-id')\n            }\n            branches('*/main')\n          }\n        }\n      }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falilotfi23%2Fjenkins-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falilotfi23%2Fjenkins-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falilotfi23%2Fjenkins-automation/lists"}