码迷,mamicode.com
首页 > 其他好文 > 详细

Ansible 安装和管理服务

时间:2019-01-03 14:00:13      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:服务   bsp   service   ansi   ted   nbsp   host   span   started   

ansible 使用 yum 模块来安装软件包,使用 service 模块来启动软件:

[root@localhost ~]$ ansible 192.168.119.134 -m yum -a "name=httpd"                                  # 安装软件包
[root@localhost ~]$ ansible 192.168.119.134 -m yum -a "name=httpd state=removed"                    # 卸载软件包
[root@localhost ~]$ ansible 192.168.119.134 -m service -a "name=httpd state=started enabled=yes"    # 启动并设置成开机启动

 

 

 

 

    

Ansible 安装和管理服务

标签:服务   bsp   service   ansi   ted   nbsp   host   span   started   

原文地址:https://www.cnblogs.com/pzk7788/p/10213567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!