Salt-ssh是Saltstack的另外一种管理方式,无需安装minion端,可以运行salt的一切功能,管理和使用方法基本和salt一样。但是,salt-ssh并没有继承原来的ZeroMQ通讯架构。所以,她的执行速度比较慢,作为salt的补充在初次批量安装minion或某些不能安装minion的 ...
分类:
其他好文 时间:
2017-02-13 19:05:16
阅读次数:
366
tomcat安装脚本:---
-name:Tomcatinstallandconfiguration
hosts:"{{host}}"
user:root
vars:
tomcat_home:"{{tomcat_home}}"
tasks:
-name:absentoldtomcat
file:path={{item}}state=absent
with_items:
-"{{tomcat_home}}"
-/geelyapp/auto_scripts/tomcat.sh
-name:gettom..
分类:
其他好文 时间:
2017-01-22 21:35:03
阅读次数:
2637
方法一: 新建一个bat文件,把这个文件和所有补丁文件放在同一个目录下,双击运行。 BAT代码如下 @echo offfor %%i in (*.exe) do %%i /passive /norestart /nobackupshutdown -r 安装参数说明: /quiet 无用户操作或显示/ ...
分类:
其他好文 时间:
2017-01-16 15:24:43
阅读次数:
150
环境 系统 centos6.6 无图形界面 ip 192.168.2.1 系统 centos7.2 有图形界面 以下命令在centos6.6上执行 1、 yum -y install dhcp* tftp* vsftpd* syslinux #安装一些软件 2、vim dhcpd.conf 3、se ...
分类:
系统相关 时间:
2016-12-29 14:17:06
阅读次数:
187
catredis-install.yml
---
-name:installredis
gather_facts:False
hosts:"{{ip}}"
user:root
vars:
-redis_port:"{{port|default(6379)}}"
tasks:
#-name:removetheoldfile
#file:path={{redis_home}}state=absent
-name:removethetmpfile
file:path=/tmp/redis*state=absen..
分类:
其他好文 时间:
2016-12-22 20:52:38
阅读次数:
264
kvm cobbler无人值守批量安装操作系统 cobbler:一个自动网络安装系统的工具,集成PEX、dhcp、dns、tftpd、sync等服务。可以供大家管理安装操作系统 kvm:Linux系统自带的虚拟化软件,自行找资料学习。 环境描述: cobbler: 系统:CentOS_x86 6.8 ...
分类:
其他好文 时间:
2016-12-10 22:39:47
阅读次数:
430
2016-12-10 最初始配置地址:http://www.cnblogs.com/shenzhonglin/p/6126466.html cobbler:一个自动网络安装系统的工具,集成PEX、dhcp、dns、tftpd、sync等服务。可以供大家管理安装操作系统 kvm:Linux系统自带的虚 ...
分类:
其他好文 时间:
2016-12-10 21:58:32
阅读次数:
332
2016-12-02 这里只是安装文档:不涉及介绍 .cfg文件附上: #Kickstart Configurator by Jason Zhao #platform=x86, AMD64, or Intel EM64T #System language lang en_US #System key ...
分类:
其他好文 时间:
2016-12-02 18:44:19
阅读次数:
180
ansible+centos7批量不上zabbixagent部署机器192.168.4.100-116zabbix服务器ip192.168.4.117ansible结构说明.
├──hosts#部署客户端机器
├──roles
│└──zabbix_agent
│├──defaults
│├──files
│├──handlers
│├──meta
│├──tasks
││└──main.yml#..
分类:
其他好文 时间:
2016-12-01 15:03:31
阅读次数:
252
利用ansiblecentos7系统批量安装docker1.12并添加dockermacvlan网络支持ansible目录结构.
├──hosts
├──roles
│└──docker_client
│├──defaults
│├──files
│├──handlers
│├──meta
│├──tasks
││└──main.yml#ansible安装docker脚本
│├──tem..
分类:
系统相关 时间:
2016-11-29 15:05:19
阅读次数:
438