centos7安装配置puppet系统

Posted valyriansteel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装配置puppet系统相关的知识,希望对你有一定的参考价值。

os centos7.6

puppet version: 3.6.2

 

两台机器:s0是master,s1是agent 

安装前准备:

准备好yum源,关闭selinux和防火墙,puppet master上防火墙需要开启tcp 8140端口

s0安装 yum install puppet-master puppet facter

s1:  yum install puppetagent puppet facter

 

安装完毕后,

s0创建站点文件,编辑配置文件

touch /data/puppet/test_site.pp

vim /etc/puppet/puppet.conf,添加以下内容:

[agent]模块下添加内容:

server = s0

certname = cert.s0

添加[master]模块,编辑下列内容

[master]

certname = s0

 

s1修改/etc/puppet/puppet.conf

[agent]下添加

server = s0

certname = cert.s1

 

申请证书:

s1执行 puppet agent -t

以上是关于centos7安装配置puppet系统的主要内容,如果未能解决你的问题,请参考以下文章

实战Puppet 集中配置管理系统——Puppet dashboard与nginx+passenger安装配置

Puppet的安装和初配置

Puppet集中配置管理系统安装部署教程

Puppet

[自动化]Puppet服务安装和部署

Puppet介绍 原理 安装