{"id":16634351,"url":"https://github.com/jcustenborder/confluent-ansible","last_synced_at":"2025-09-06T04:43:30.981Z","repository":{"id":138110600,"uuid":"124192378","full_name":"jcustenborder/confluent-ansible","owner":"jcustenborder","description":"Ansible playbook for installing the Confluent Platform","archived":false,"fork":false,"pushed_at":"2018-03-08T20:11:21.000Z","size":51,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T13:12:48.223Z","etag":null,"topics":["ansible","confluent","confluent-kafka","kafka"],"latest_commit_sha":null,"homepage":"","language":null,"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-03-07T06:51:02.000Z","updated_at":"2022-07-10T05:45:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"560520ef-3ad3-4456-b7c6-1b7750ea437f","html_url":"https://github.com/jcustenborder/confluent-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcustenborder/confluent-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fconfluent-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fconfluent-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fconfluent-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fconfluent-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcustenborder","download_url":"https://codeload.github.com/jcustenborder/confluent-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcustenborder%2Fconfluent-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273858864,"owners_count":25180771,"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-09-06T02:00:13.247Z","response_time":2576,"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","confluent","confluent-kafka","kafka"],"created_at":"2024-10-12T05:35:00.431Z","updated_at":"2025-09-06T04:43:30.973Z","avatar_url":"https://github.com/jcustenborder.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction \n\nAnsible playbooks for installing the [Confluent Platform](http://www.confluent.io).\n\n## Example hosts.yml\n\n```yaml\nall:\n  vars:\n    ansible_connection: ssh\n    ansible_ssh_user: centos\n    ansible_become: True\nzookeeper:\n  hosts:\n    zookeeper-01.example.com:\n    zookeeper-02.example.com:\n    zookeeper-03.example.com:\nbroker:\n  hosts:\n    broker-01.example.com:\n      kafka:\n        broker:\n          id: 1\n    broker-02.example.com:\n      kafka:\n        broker:\n          id: 2\n    broker-03.example.com:\n      kafka:\n        broker:\n          id: 3\nconnect-distributed:\n  hosts:\n    connect-01.example.com:\n    connect-02.example.com:\nschema-registry:\n  hosts:\n    connect-01.example.com:\n    connect-02.example.com:\ncontrol-center:\n  hosts:\n    control-center.example.com:\n```\n\n## Running\n\n### Check for Changes\n\n```bash\nansible-playbook --check -i hosts.yml all.yaml\n```\n\n### Apply Changes\n\n```bash\nansible-playbook -i hosts.yml all.yaml\n```\n\n```yaml\n# service, user\n#confluent-schema-registry, cp-schema-registry\n#confluent-kafka-rest, cp-kafka-rest\n#confluent-control-center, cp-control-center\n#confluent-kafka-connect, cp-kafka-connect\n#confluent-kafka, cp-kafka\n#confluent-zookeeper, cp-kafka   \u003c-- Take note!\n#confluent-ksql, cp-ksql\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcustenborder%2Fconfluent-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcustenborder%2Fconfluent-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcustenborder%2Fconfluent-ansible/lists"}