摘要:
NFS 就是 network file system 网络文件系统 在网络上共享文件 服务端 yum install -y nfs-utils rpcbind vim /etc/exports /mnt 192.168.1.105(rw,sync) # 192.168.1.* 可表示整个网段 /et 阅读全文
摘要:
执行格式 : networksetting.sh -i 192.168.*.* -g 192.168.*.1 -n 255.255.255.0 -I 192.168.*.* -G 192.168.*.1 -N 255.255.255.0 阅读全文
摘要:
##############################Deploy go enviroment######################## echo "start deploy go enviroment" cd /usr/local tar -zxvf $PACKAGE_DIR/go1.8.4.linux-amd64.tar.gz exists_path=`cat /etc/pr... 阅读全文
摘要:
##############################Deploy nfs######################## echo "start deploy nfs-server" cat $basepath/package/exports > /etc/exports systemctl restart rpcbind systemctl enable rpcbind syst... 阅读全文
摘要:
##############################Deploy ansible client shell######################## echo "start deploy ansible client shell" ansible_DIR="/data/sh/" rm -rf /data/sh/* if [ ! -e $ansible_DIR ];then ... 阅读全文