标签:stop ade 操作 service 参数 应用 lan 启动 指定
管理远程主机上的服务
]# ansible all -m service -a ‘name=nginx state=started‘
]# ansible all -m service -a ‘name=nginx state=stopped‘
]# ansible all -m service -a ‘name=nginx enabled=yes‘
标签:stop ade 操作 service 参数 应用 lan 启动 指定
原文地址:https://www.cnblogs.com/wanwz/p/12922991.html