coverl 发表于 2018-8-3 07:40:01

自动化运维之 - puppet实验环境

  puppet实验环境
  Server端:
  centos 5.9 x86_64    hostname: Centos-server ip:172.16.10.252
  Client端:
  centos 5.9 x86_64    hostname: web01         ip:172.16.10.1
  系统采用优化脚本进行优化
  系统默认添加过epel源
  系统默认使用64软件包
  


[*]# vim /etc/yum.conf
[*]
[*]...
[*]exclude=*.i?86
[*]#yum remove \*.i\?86
[*]
  

  

  


[*]# ifconfig eth0 |grep "inet addr"
[*]          inet addr:172.16.10.252Bcast:172.16.10.255Mask:255.255.255.0
  

  


[*]# ifconfig eth0 |grep "inet addr"
[*]          inet addr:172.16.10.1Bcast:172.16.10.255Mask:255.255.255.0
  
页: [1]
查看完整版本: 自动化运维之 - puppet实验环境