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

ansible-service模块使用方法

时间:2020-05-20 21:41:10      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:stop   ade   操作   service   参数   应用   lan   启动   指定   

应用

管理远程主机上的服务

参数

  • name:指定操作服务的名称
  • state=started|stopped|restarted|reloaded:指定服务的状态
  • enabled=yes|no:指定服务是否为开机启动项

示例

  1. 启动nginx服务
]# ansible all -m service -a ‘name=nginx state=started‘
  1. 停止nginx服务
]# ansible all -m service -a ‘name=nginx state=stopped‘
  1. 将nginx服务设置为开机启动项
]# ansible all -m service -a ‘name=nginx enabled=yes‘

ansible-service模块使用方法

标签:stop   ade   操作   service   参数   应用   lan   启动   指定   

原文地址:https://www.cnblogs.com/wanwz/p/12922991.html

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