summaryrefslogtreecommitdiff
path: root/bigdata-scripts_test3/test_host/hosts
diff options
context:
space:
mode:
authorzhangzhihan <[email protected]>2020-03-10 19:52:21 +0800
committerzhangzhihan <[email protected]>2020-03-10 19:52:21 +0800
commit03867d8afb6fc55855f080626c51bb5b3294d17b (patch)
tree15ff4ae33756a78b926c1479643aa495ceec3768 /bigdata-scripts_test3/test_host/hosts
parent93c88826d397135969d9288d437e164d0852c870 (diff)
ansible test3HEADmaster
Diffstat (limited to 'bigdata-scripts_test3/test_host/hosts')
-rw-r--r--bigdata-scripts_test3/test_host/hosts13
1 files changed, 13 insertions, 0 deletions
diff --git a/bigdata-scripts_test3/test_host/hosts b/bigdata-scripts_test3/test_host/hosts
new file mode 100644
index 0000000..640a7c1
--- /dev/null
+++ b/bigdata-scripts_test3/test_host/hosts
@@ -0,0 +1,13 @@
+[all:vars]
+ansible_user=root
+
+[server1]
+172.16.124.129 zk_myid=0 broker_id=0
+
+[server2]
+172.16.124.130 zk_myid=1 broker_id=1
+
+[server3]
+172.16.124.131 zk_myid=2 broker_id=2
+
+