Files
CmiiDeploy/16-重庆公安/0.0-dependencies.sh
zeaslity 437acbeb63 add
2024-10-30 16:30:51 +08:00

29 lines
416 B
Bash

#!/usr/bin/env bash
# 需要在所有的节点执行
hostnamectl set-hostname master-node
sed -i "/search/ a nameserver 223.5.5.5" /etc/resolv.conf
echo "AllowTcpForwarding yes" >> /etc/ssh/sshd_config
systemctl restart sshd
cat >> /etc/hosts << EOF
20.4.13.81 master-node
20.4.13.140 worker-1
20.4.13.92 worker-2
20.4.13.80 storage-1
EOF
yum clean all && yum makecache
root
10.190.217.227
3Ycg4ZPsG#Z!