码迷,mamicode.com
首页 >  
搜索关键字:saltstack jinja    ( 1239个结果
saltstack高效运维
salt介绍 saltstack是由thomas Hatch于2011年创建的一个开源项目,设计初衷是为了实现一个快速的远程执行系统。 salt强大吗 系统管理员日常会进行大量的重复性操作,例如安装软件,修改配置文件,创建用户,批量执行命令等等。如果主机数量庞大,单靠人工维护实在让人难以忍受。 早期 ...
分类:其他好文   时间:2020-05-15 13:14:02    阅读次数:65
saltstack-cve_2020_11651(4506端口)
SaltStack介绍 SaltStack是一款Python开发的开源配置管理工具; 可用来发现、监控、响应、协调、自动化管理本地、混合、云和IOT资产; 其最主要的差异是主从模式,分为master和minions(slave); 经过配置之后master可以管理成千上万个minions; mast ...
分类:其他好文   时间:2020-05-11 18:57:07    阅读次数:169
saltstack升级
1.背景 saltstack出现安全漏洞,5.1前后爆出很多设备已经变成矿机。 2.处理方法 升级到最新版本salt 3.官方升级方法 yum install https://repo.saltstack.com/yum/redhat/salt-repo-latest.el6.noarch.rpm ...
分类:其他好文   时间:2020-05-08 13:25:40    阅读次数:162
[重要更新]Salt官方 CVE-2020-11651, CVE-2020-11652 低版本修复连接地址
浏览对应的官方信息,salt提供了如下修复2019.2 之后低版本修复patch链接: https://www.saltstack.com/lp/request-patch-april-2020/ 不敢独享,共享出来.我只是一个搬运工! ...
分类:其他好文   时间:2020-05-05 17:34:19    阅读次数:82
saltstack搭建和使用
安装epel(必需安装的组件),如果源里面没有epel,就去epel官网下载对应版本的rpm yum install epel-release -y 安装服务端(salt-master) yum install salt-master -y 安装过程中出现依赖问题,请到http://rpmfind. ...
分类:其他好文   时间:2020-05-05 00:33:16    阅读次数:78
SaltStack 批量操作Windows
一、基础环境[root@BJ-SaltStack-Node1~]#cat/etc/redhat-releaseCentOSLinuxrelease7.7.1908(Core)[root@BJ-SaltStack-Node1~]#python--versionPython2.7.5二、SaltSatck安装完全按照官方文档来即可。https://repo.saltstack.com/2018.3.h
分类:Windows程序   时间:2020-04-10 21:14:37    阅读次数:285
Saltstack module genesis 详解
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:其他好文   时间:2020-03-28 22:00:07    阅读次数:81
Saltstack module highstate_doc 详解
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:其他好文   时间:2020-03-28 21:52:39    阅读次数:86
Saltstack module iosconfig 详解
iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. ...
分类:移动开发   时间:2020-03-28 21:51:24    阅读次数:82
Saltstack module grafana4 详解
grafana4.get_org Show a single organization. name Name of the organization. profile Configuration profile used to connect to the Grafana instance. Def ...
分类:其他好文   时间:2020-03-28 21:49:12    阅读次数:80
1239条   上一页 1 2 3 4 5 6 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!