Closed swaroopar closed 1 month ago
Depends on https://github.com/eclipse-xpanse/xpanse/issues/1868
sample ansible inventory in JSON format
{ "zookeeper": { "hosts": { "zookeeper-dfdfd": { "ansible_host": "192.168.11.2" }, }, }, "kafka-broker": { "hosts": { "kafka-borker-dfdfdfd": { "ansible_host": "192.168.11.3" }, "kafka-borker-absdf": { "ansible_host": "192.168.11.4" }, }, } }
let me do it
Depends on https://github.com/eclipse-xpanse/xpanse/issues/1868
sample ansible inventory in JSON format