加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
centos7-install-saltstack-sls.sh 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
古寒飞 提交于 2024-04-11 20:43 . 123
#!/bin/bash
############################################################################
#
# 远程执行该脚本,请在命令行中直接执行以下命令:
#
# curl -sSL https://gitee.com/tay3223/biubiubiu/raw/master/centos7-install-saltstack-sls.sh | /bin/bash
#
#
############################################################################
yum install -y git
git clone https://gitee.com/tay3223/salt_repo.git /srv/salt
cat <<Tay
====================================
1.拉取 https://gitee.com/tay3223/salt_repo.git 仓库到本地/srv/salt目录(√ )
2.注意事项:
需要在/etc/salt/master中修改目录指向
file_roots:默认指向的就是/srv/salt,通常情况下不用修改
pillar_roots:这个需要修改为/srv/salt/pillar
====================================
Tay
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化