4 Star 40 Fork 21

inrgihc / clickhouse_installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hosts.ini 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
inrgihc 提交于 2021-01-28 11:50 . first commit
# 这里设置所有主机的IP地址、主机名、ssh的端口、root账号的密码等
[nodes]
172.17.203.92 hostname=node1 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
172.17.203.93 hostname=node2 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
172.17.203.94 hostname=node3 ansible_ssh_user=root ansible_ssh_port=22 ansible_ssh_pass='123321'
# 这里设置安装zookeeper节点的主机名(这里的主机名需在上述nodes中)
[zookeeper]
node1
node2
node3
# 这里设置安装clickhouse节点的主机名(这里的主机名需在上述nodes中)
[clickhouse]
node1
node2
node3
1
https://gitee.com/inrgihc/clickhouse_installer.git
git@gitee.com:inrgihc/clickhouse_installer.git
inrgihc
clickhouse_installer
clickhouse_installer
main

搜索帮助