> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lwops.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 自动化运维

包含自动化运维相关常见问题。

（持续完善中）

## Q1: 脚本执行超时怎么处理？

检查脚本逻辑是否复杂、目标服务器性能是否不足、网络是否延迟。可以在执行配置中适当调大超时时间。

## Q2: 如何批量在多台服务器上执行命令？

在【自动化运维】→【我的作业】中目标机器选择多个主机，填写脚本内容或选择预置脚本保存后，一键执行。

![自动化运维 操作截图 1](https://lwweb.oss-cn-shenzhen.aliyuncs.com/docs/images/yuque/faq-auto/image-01.png)

## Q3: 自动化运维支持哪些脚本语言？

支持 Shell、Bash、Python、PowerShell 等主流脚本语言。

## Q4: 自动化运维模块依托Agent还是SSH实现？

自动化运维功能基于SSH协议实现，非Agent驱动。
