everyone! I have an admin task: I need to write a script to execute commands given in a file on a list of servers whose ip address, login name and password is given in another file. My goal is to execute a command on every server concurrently, that is I don't want to wait until a server finish its command before I ask another server to execute the command. Anyone know how to do it? Thanks!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Fabric could be your answer. I am using it for my current project.