码迷,mamicode.com
首页 >  
搜索关键字:ansible tower    ( 2710个结果
运维工具箱
运维工具箱Bootstrapping:Kickstart、Cobbler、rpmbuild/xen、kvm、lxc、Openstack、Cloudstack、Opennebula、Eucalyplus、RHEV配置类工具:Capistrano、Chef、puppet、func、salstack、Ansible、rundeck、CFengine、Rudder自动化构建和测试:Ant、Maven、Selenium、PyUnit、QUn..
分类:其他好文   时间:2016-09-21 16:19:58    阅读次数:356
python基础(九)
一、paramiko模块 1.1 简介 paramiko是一个自由和开放源码模块使用,实现SSH2协议安全(认证和加密)连接到远程计算机,使用该模块可以对远程服务器进行命令或文件操作,值得一说的是,fabric和ansible内部的远程管理就是使用的paramiko来现实。 1.2 paramiko ...
分类:编程语言   时间:2016-09-21 01:47:24    阅读次数:254
Ceph ansible已支持dmcrypt
Ceph ansible已支持dmcrypt 最近我研究了ceph-ansible刚刚发布的新特性:对dmcrypt的支持。这个dmcrypt方案主要就是支持布署加密的OSD数据目录。加密密钥保存在monitor的key/value存储系统上。这种配置方法是ceph-ansible最近才支持的,下面 ...
分类:其他好文   时间:2016-09-18 21:03:15    阅读次数:346
inotify用法简介及结合rsync实现主机间的文件实时同步
目录:一、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、ansible-shell安装方式2.3、ansible-shell简单使用三、使用ansible的aut..
分类:其他好文   时间:2016-09-18 15:42:52    阅读次数:324
salt-ssh使用
salt-ssh 是 0.17.0 新出现的一个功能,一听这名字就知道它是依赖 ssh 来进行远程命令执行的工具,好处就是你不需要在客户端安装 minion,也不需要安装 master(直接安装 salt-ssh 这个包即可),有点类似 paramiko、pssh、ansible 这类的工具,有些时 ...
分类:其他好文   时间:2016-09-17 14:44:59    阅读次数:202
UVa 437 The Tower of Babylon(动态规划)
传送门 Description Perhaps you have heard of the legend of the Tower of Babylon. Nowadays many details of this tale have been forgotten. So now, in line ...
分类:其他好文   时间:2016-09-17 07:04:43    阅读次数:126
ansible部署tocmat
说明:ansible-palybook批量部署tomcat以及tomcat所需要的jdk环境,以及分发站点文件1.安装pythonyum-yinstallzlibzlib-developensslopenssl-devel#后期安装ansible会依赖所以 wgethttp://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz gunzipPython-2.7.11.tgz#查看解..
分类:其他好文   时间:2016-09-16 21:25:05    阅读次数:247
【Ansible】learning note
from: http://docs.ansible.com/ansible/intro_getting_started.html Any management system benefits from being run near the machines being managed. ...
分类:其他好文   时间:2016-09-14 19:05:43    阅读次数:123
Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
CentOS7安装任何软件,比如 yum -y install ansible 出现错误信息: Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 名词解释: EPEL:extra packages for enterprise linux. ...
分类:其他好文   时间:2016-09-14 19:04:51    阅读次数:1953
ansible
一、安装1.安装epel源rpm–ivhhttp://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm2.通过yum安装yum-yinstallpython-develpython-setuptoolspython-toolspython-develgmp-develgccgcc-c++yum-yinstallansible--enablerepo=‘epel*‘二、基本设置1.ansib..
分类:其他好文   时间:2016-09-14 17:07:14    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!