目录:一、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
                             
                    
                        
                            
                            
                                #安装编译环境 yum groupinstall "Development tools" 或者 yum install gcc gcc-c++ gcc-g77 flex bison autoconf automake bzip2-devel zlib-devel ncurses-devel libjpeg-devel libpng-devel libtiff-devel f...
                            
                            
                                分类:
其他好文   时间:
2014-11-25 09:23:43   
                                阅读次数:
185
                             
                    
                        
                            
                            
                                首先要先安装ruby 和 gem如果使用sudo zypper install ruby 安装后 当安装sass时会报错/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb mkmf.rb can...
                            
                            
                                分类:
其他好文   时间:
2014-11-24 22:04:22   
                                阅读次数:
296
                             
                    
                        
                            
                            
                                如题,在用gem install rails时一直报这个错误,完整的错误信息如下:
ERROR:  Could not find a valid gem 'rails' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - Errno::ETIMEDOUT: Connection ...
                            
                            
                                分类:
Web程序   时间:
2014-11-22 10:40:23   
                                阅读次数:
186
                             
                    
                        
                            
                            
                                ###最近有点儿时间了,再继续学习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
                             
                    
                        
                            
                            
                                注:以下操作均基于centos7系统。安装ansibleansilbe可以通过yum或者pip安装,由于kubernetes-ansible用到了密码,故而还需要安装sshpass:pip install ansiblewget http://sourceforge.net/projects/ssh...
                            
                            
                                分类:
Web程序   时间:
2014-11-19 21:59:59   
                                阅读次数:
283
                             
                    
                        
                            
                            
                                主机的ip地址分配hostnameIPaddressrolemaster192.168.1.250/24ansiblenode2.mictiger.com192.168.1.120/24heartbeat,httpdnode3.mictiger.com192.168.1.130/24heartbeat,httpd1)修改hostname在node2和node3的/etc/hosts加入如下信息192.168.1.120	node2.mictiger.com	node2
1..
                            
                            
                                分类:
其他好文   时间:
2014-11-19 02:05:09   
                                阅读次数:
306