Actually what i am trying to do is :
– run chef client for the multiple servers using knife ssh from workstation.
– so can we run a 2nd knife ssh before completing the 1st knife ssh.
Actually what i am trying to do is :
– run chef client for the multiple servers using knife ssh from workstation.
– so can we run a 2nd knife ssh before completing the 1st knife ssh.
What platform is your workstation?
Where is the list of servers you want to run the command on coming from?
I’m thinking parallel from linux is probably a good option…
https://www.gnu.org/software/parallel/parallel_tutorial.html
For windows there are some powershelgl things that something similar but I’m not that familiar with them.
knife ssh
has -C NUM, --concurrency NUM
https://docs.chef.io/knife_ssh.html