ansiblecallbacks编辑callbacks.py脚本文件(/usr/lib/python2.6/site-packages/ansible-1.8-py2.6.egg/ansible/callbacks.py)找到类AggregateStats在AggregateStats中有2个方法,defcompute(self,runner_results,setup=False,poll=False,ignore_errors=False):
‘‘‘walkthrougha..
分类:
其他好文 时间:
2014-11-30 17:19:58
阅读次数:
254
目录:一、ansible简介1.1、ansible是什么1.2、ansible如何工作1.3、ansible优缺点1.4、ansible安装方式1.5、ansible文件简单介绍1.6、ansible简单使用二、ansible-shell简介2.1、ansible-shell是什么2.2、ansib...
分类:
其他好文 时间:
2014-11-27 16:01:10
阅读次数:
593
Bootstrapping引导:Kickstart、Cobbler、rpmbuild/xen、kvm、lxc、Openstack、Cloudstack、Opennebula、Eucalyplus、RHEV配置类工具:Capistrano、Chef、puppet、func、salstack、Ansible、rundeck监控类工具:Cacti、Nagios(Icinga)、Zabbix、基于时间监控前端Grafana、Mtop日..
分类:
其他好文 时间:
2014-11-27 10:53:58
阅读次数:
522
安装 Node.js依次执行以下指令:sudo apt-get update sudo apt-get install -y python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.....
分类:
Web程序 时间:
2014-11-25 20:26:07
阅读次数:
219
搭建步骤: 1,下载cordova-android解压到自己目录 2,安装node.js:下载地址:http://nodejs.org/,解压按步骤安装即可,检测在终端输入:#npm 3,安装dos2unix,还不知道这个有什么用:#brew install dos2unix 4,安装Apache-...
分类:
移动开发 时间:
2014-11-25 18:07:22
阅读次数:
204
1、在根目录下新建一个目录 /down,用来保存下载的文件 # mkdir /down cd /down 2、安装 node.js 相关软件 首先要安装 gcc gcc-g++ openssl-devel # yum install gcc gcc-g++ openssl-devel yum ins...
分类:
Web程序 时间:
2014-11-25 01:41:43
阅读次数:
245
1.wget http://nodejs.org/dist/node-v0.6.9.tar.gztar zxvf node-v0.6.9.tar.gzcd node-v0.6.9./configure --prefix=/usr/local/nodemakemake install
分类:
Web程序 时间:
2014-11-24 00:50:06
阅读次数:
219
###最近有点儿时间了,再继续学习Asible,本节尝试使用pip安装ansibleforCentOS6.5,其中OS是最小化安装。2.2InstallingansibleonCentOS6.52.2.1pip安装Ansible###(1)准备环境:#python-V#版本:Python2.6.6#yuminstallgccgcc-c++#yuminstallgit-y#yuminstallpython-develpyt..
分类:
其他好文 时间:
2014-11-21 16:39:43
阅读次数:
204
前言:AnsibleWorks成立于2012年,由自动化工具Cobbler及Func的开发者MichaelDeHaan创建。其Ansible平台是一个开源的配置及计算机管理平台。可实现多节点的软件部署,执行特定任务并进行配置管理。Ansible跟其他IT自动化技术的区别在于其关注点并非配置管理、应用部署或IT流程..
分类:
其他好文 时间:
2014-11-21 00:01:01
阅读次数:
743
==========================================================================================一、基础介绍==========================================================================================1、简介ansible是新出现的自动化运维工具,基于Python开发,集合了众..
分类:
其他好文 时间:
2014-11-20 01:36:56
阅读次数:
319