diff options
| author | zhangzhihan <[email protected]> | 2020-03-10 19:52:21 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-03-10 19:52:21 +0800 |
| commit | 03867d8afb6fc55855f080626c51bb5b3294d17b (patch) | |
| tree | 15ff4ae33756a78b926c1479643aa495ceec3768 /bigdata-scripts_test3/test_host/hosts | |
| parent | 93c88826d397135969d9288d437e164d0852c870 (diff) | |
Diffstat (limited to 'bigdata-scripts_test3/test_host/hosts')
| -rw-r--r-- | bigdata-scripts_test3/test_host/hosts | 13 |
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 + + |
