Add kafka-kubernetes/inventory.yml
This commit is contained in:
parent
03adf99fbb
commit
8eba41fa2b
1 changed files with 12 additions and 0 deletions
12
kafka-kubernetes/inventory.yml
Normal file
12
kafka-kubernetes/inventory.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
all:
|
||||
children:
|
||||
masters:
|
||||
hosts:
|
||||
master1:
|
||||
ansible_host: x.x.x.x
|
||||
workers:
|
||||
hosts:
|
||||
worker1:
|
||||
ansible_host: a.a.a.a
|
||||
worker2:
|
||||
ansible_host: b.b.b.b
|
||||
Loading…
Reference in a new issue