Add kafka-kubernetes/playbooks/deploy_kafka.yml
This commit is contained in:
parent
ff192aa221
commit
d1b9998931
1 changed files with 6 additions and 0 deletions
6
kafka-kubernetes/playbooks/deploy_kafka.yml
Normal file
6
kafka-kubernetes/playbooks/deploy_kafka.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy Kafka & Zookeeper clusters
|
||||
hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- kafka
|
||||
Loading…
Reference in a new issue