{"id":16634210,"url":"https://github.com/jcustenborder/terraform-vmware-confluent","last_synced_at":"2026-04-18T21:35:25.371Z","repository":{"id":138111390,"uuid":"149657399","full_name":"jcustenborder/terraform-vmware-confluent","owner":"jcustenborder","description":"Terraform project to install the Confluent platform on a VMWare cluster.","archived":false,"fork":false,"pushed_at":"2018-09-20T19:20:12.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"initial","last_synced_at":"2025-12-26T09:57:44.739Z","etag":null,"topics":["ansible","confluent-kafka","confluent-platform","terraform","vmware"],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/jcustenborder.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":"2018-09-20T19:07:13.000Z","updated_at":"2019-10-30T11:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4529a4ec-a556-49b3-a1e3-29c7bc69b64c","html_url":"https://github.com/jcustenborder/terraform-vmware-confluent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcustenborder/terraform-vmware-confluent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fterraform-vmware-confluent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fterraform-vmware-confluent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fterraform-vmware-confluent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fterraform-vmware-confluent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcustenborder","download_url":"https://codeload.github.com/jcustenborder/terraform-vmware-confluent/tar.gz/refs/heads/initial","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fterraform-vmware-confluent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31986323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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","confluent-kafka","confluent-platform","terraform","vmware"],"created_at":"2024-10-12T05:31:45.248Z","updated_at":"2026-04-18T21:35:25.349Z","avatar_url":"https://github.com/jcustenborder.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction \n\nThis project is designed launch the Confluent platform on VMWare using Terraform and Ansible. \nTerraform is used to clone the virtual machines, and configure [VM anti affinity rules.](https://www.terraform.io/docs/providers/vsphere/r/compute_cluster_vm_anti_affinity_rule.html) \nso that nodes in the same role do not reside on the same host.\n\n# Requirements\n\n* [VMWare vCenter Server](https://www.vmware.com/products/vcenter-server.html)\n* [Terraform](https://www.terraform.io/)\n* [Ansible](https://www.ansible.com/)\n* (RedHat|CentOS) 7 image.\n    * Key based authentication\n    * Super user capabilities. See [ansible_become](https://docs.ansible.com/ansible/latest/user_guide/become.html)\n\n# Configure your environment\n\nYou need to fill out this information.\n\n## Terraform connection to vCenter\n\nedit terraform.tfvars\n```hcl-terraform\nvcenter_server = \nvcenter_username = \nvcenter_password = \nvcenter_datacenter = \nvcenter_cluster = \nvcenter_datastore = \ntemplate_name = \nenvironment_name = \nvcenter_default_network = \ndomain_name = \nssh_username = \nssh_key_file = \n```\n\n```bash\nvirtualenv --python=python3.5 .\nsource bin/activate\npip install -r requirements.txt \ncd library\ngit clone https://github.com/confluentinc/cp-ansible.git cp-ansible\ncd ..\n```\n\nProvision Virtual Machines\n\n```bash\nterraform apply\n```\n\nInstall the Confluent Platform\n\n```bash\nansible-playbook -i ./inventory.py all.yml\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcustenborder%2Fterraform-vmware-confluent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcustenborder%2Fterraform-vmware-confluent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcustenborder%2Fterraform-vmware-confluent/lists"}