码迷,mamicode.com
首页 >  
搜索关键字:puppet 安裝    ( 1094个结果
Puppet Agent/Master HTTPS Communications
The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several ways. The endpoints used by the agent are detailed in...
分类:Web程序   时间:2014-10-31 15:29:38    阅读次数:207
Puppet's Commands 3.7
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:其他好文   时间:2014-10-31 15:25:52    阅读次数:128
Puppet's Architecture 3.7
Puppet configures systems in two main stages:Compile a catalogApply the catalogThe Agent/Master ArchitecturePuppet usually runs in an agent/master arc...
分类:其他好文   时间:2014-10-31 15:02:15    阅读次数:239
在Puppet中用ERB模板来自动配置Nginx虚拟主机
**1. 模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件** puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可...
分类:其他好文   时间:2014-10-31 12:16:52    阅读次数:180
在Puppet中用ERB模板来自动配置Nginx虚拟主机
模板文件是在puppet模块下面templates目录中以”.erb”结尾的文件,puppet模板主要用于文件,例如各种服务的配置文件,相同的服务,不同的配置就可以考虑使用模板文件,例如Nginx和Apache的虚拟主机配置就可以考虑采用ERB模板,nginx的安装在这里建议用系统内部自带的YUM源来安..
分类:其他好文   时间:2014-10-30 19:22:25    阅读次数:223
Puppet master/agent installation on RHEL7
======================================================================================================================================================...
分类:其他好文   时间:2014-10-30 18:54:58    阅读次数:160
Ubuntu安裝nginx-1.6.2
1、在執行完./configure 和make install 後出現test -d '/usr/local/nginx/logs' || mkdir -p '/usr/local/nginx/logs'test -d '/usr/local/nginx/logs' || mkdir -p ...
分类:系统相关   时间:2014-10-30 18:43:42    阅读次数:316
架设Hmailserver+webmail邮件服务器
架设Hmailserver+webmail邮件服务器在安裝Hmailserver前先安裝Apache、php、mysql,如果你想懶點直接到http://www.phpnow.org下載phpnow,安裝簡單快捷!下載Hmail:http://www.hmailserver.com/安裝Hmail:...
分类:Web程序   时间:2014-10-29 16:26:12    阅读次数:578
自动化运维工具puppet的基础使用
一、puppet的简介puppet是一种开源的、新一代的集中化的配置管理工具。可管理的平台有windows,Linux,Unix等。有自己的配置语言(资源申报语言),可管理文件、软件包、系统服务、用户等。这些统称为puppet的资源。puppet是采用ruby语言研发的。工作流程如下图:工作模型:单机..
分类:其他好文   时间:2014-10-28 02:13:33    阅读次数:271
puppet搭建
一:介绍puppet用于集中管理多台服务器的file、package、server、cron、user、group、exec(执行shell命令)、yumrepo等常用资源的C/S结构软件二:puppet工作流程puppet客户端通过facter收集客户端信息(主机名、内存、IP地址、系统信息……)并发送给服务端服务器端检测到客户..
分类:其他好文   时间:2014-10-27 19:50:19    阅读次数:199
1094条   上一页 1 ... 94 95 96 97 98 ... 110 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!