run-on-host:在特定的ansible主机上运行给定命令

时间:2024-06-04 04:34:26
【文件属性】:

文件名称:run-on-host:在特定的ansible主机上运行给定命令

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-04 04:34:26

JavaScript

在主机上运行 在特定的ansible主机上运行给定命令。 Usage: run-on-host < host> < command> # OR verbose with more options run-on-host --host= < host> [--root =< ansible> ] < command> Example: run-on-host vagrant ls -la /var/log run-on-host --host=vagrant ls -la /var/log 安装 npm install run-on-host runOnHost 尝试通过ssh在提供的ansible主机上运行给定命令。 从ansible清单确定用户,主机名和端口。 参数 cmd有趣的命令,即ls -la /var/log host ansi


【文件预览】:
run-on-host-master
----.travis.yml(144B)
----bin()
--------run-on-host(956B)
----package.json(800B)
----test()
--------run-on-host.js(1KB)
--------fixtures()
----LICENSE(1KB)
----run-on-host.js(1KB)
----.gitignore(97B)
----lib()
--------ssh-command.js(1KB)
----README.md(2KB)

网友评论