Skip to content

This is a playbook to set up an apache kafka cluster (3 nodes) in STG/PRD

Notifications You must be signed in to change notification settings

linhkikuchi/kafka-cluster-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAFKA PLAYBOOK

This is a playbook to set up an apache kafka cluster in STG/PRD

TO RUN THE PLAYBOOK

ansible-playbook kafka.yml -i kafka.hosts -u root --extra-vars "server=stage keystore_pass=password"
ansible-playbook kafka.yml -i kafka.hosts -u root --extra-vars "server=prod keystore_pass=password"

extra-vars

  • server=stage, to play only stage servers
  • server=kafka, to play all servers
  • server=server1, to play only prod server1

About

This is a playbook to set up an apache kafka cluster (3 nodes) in STG/PRD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages