Parallel bash function call

from blog Hugues Blog, | ↗ original
Introduction Now that we can execute bash functions remotly, we can scale the execution using GNU Parallel. When one wants to make a change or retrieve one particular piece of information on a whole set of machines, multiple choice are available (ansible, puppet, pssh, consul, ...) each with their own upsides and downsides. Parallel + ssh + func...