There is a network of n machines running Debian OS and access to them via ssh. There is also a single repository disk.
How to install in parallel a set of packages from this disk on all n machines?
/etc/apt/sources.list (or better, in a separate file in /etc/apt/sources.list.d/ ).sudo apt-get update ).sudo apt-get install ... ).how to execute the same command on multiple machines in parallel, I described, for example, here: https://ru.stackoverflow.com/a/439394/178576
ansible / puppet / chief / salt / etc?
Source: https://ru.stackoverflow.com/questions/507768/
All Articles