Run one script in multiple servers: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 November 2024

12 November 2024

10 October 2024

6 October 2024

  • curprev 22:2622:26, 6 October 2024413vhcu1lq0463ob talk contribs 1,598 bytes +1,598 Created page with "We will use 3 files to run a single script into multiple server at once. * script.sh * servers.list * run.sh The file servers.list is a list of all servers you will run the script on. The file script.sh is the script that will be runned on the servers. The file run.sh will get all servers into the file serves.list will copy the script.sh to /tmp of each server and execute from the server. === Files === ==== servers.list ==== server1 server2 server3 . . . =..."