安装ansible只需要将管理节点安装ansible,被管理节点不需要安装但如果使用yum安装的话,必须配置epel源rpm-Uvhhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-import/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6安装依赖关系包yum-yinstallpython-de..
分类:
其他好文 时间:
2014-05-27 04:15:39
阅读次数:
996
局部变量(Local Variable),全局变量(global
variable),变量共享;静态局部变量(static local
variables),函数运行结束变量值不会消失,并且其它函数无法访问的变量;简单模拟登陆密码验证使用静态局部变量可以让函数产生的数据更长期更安全地存储,如果一个函...
分类:
其他好文 时间:
2014-05-23 11:59:35
阅读次数:
278
When you subtract two variables of type TIMESTAMP, you get an INTERVAL DAY TO SECOND which includes a number of milliseconds and/or microseconds depending on the platform. If the database is running o...
分类:
其他好文 时间:
2014-05-21 15:36:38
阅读次数:
488
前言:学习下ansible的playbooks的状态配置管理,说来puppetsaltstack都有类似的叫法,只是ansible的叫法更犀利,我当时一看playbook还以为是花花公子的playboy。要使用ansible就要深入学习playbook配置及模板。注:到底是playbook还是playbooks。。。。先把官网的简单几个语法..
分类:
其他好文 时间:
2014-05-20 21:48:46
阅读次数:
744
**Why can I access private variables in the
copy constructor?** >The access modifiers work on **class level**, and not on
object level.That is, two ob...
分类:
编程语言 时间:
2014-05-12 15:06:06
阅读次数:
315
JavaScript中的两个等号(==)和三个等号(===):Determining whether
two variables are equivalent is one of the most important operations in
programming.
分类:
编程语言 时间:
2014-05-09 11:44:17
阅读次数:
579
1 object.methods() # 列出对象的类的实例方法。即该实例的可用方法列表。puts
[].methods.grep /^re/ #列出Array以re开头的实例方法列表2 object.instance_variables()
#列出对象(Module或Class)的实例变量cl.....
分类:
其他好文 时间:
2014-05-09 04:05:02
阅读次数:
278
【题目】
原文:
1.3 Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two additional variables are fine. An
extra copy of...
分类:
其他好文 时间:
2014-05-07 08:48:12
阅读次数:
372
ansible介绍:官网,百科之类的ansible的部署centos6.5上的部署.2.2.2.11node1.king.comansible
2.2.2.15node3.king.com
2.2.2.12node2.king.comtarxfansible-1.5.4.tar.gz
cdansible-1.5.4
pythonsetup.pybuild
pythonsetup.pyinstall
mkdir/etc/ansible
cp-rexamples/*/etc/ans..
分类:
其他好文 时间:
2014-05-05 12:37:32
阅读次数:
447
一、absible是什么?ansible是一款简单的、开源的自动化管理工具。它通过Openssh工作,没有服务器;并且被管理的客户端上面并不需要安装什么客户端软件或启动什么守护进程,没有客户端;扩展模块可以使用任何语言编写;命令自动传输到管理机执行,并返回结果;二、安装ansible..
分类:
系统相关 时间:
2014-05-05 12:29:19
阅读次数:
698