You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi Ansiblers
I need to run multiple instances (processes) of a shell command on each server.
Something like GNU parallel but directly from Ansible.
Any Ansible command / extension that will allow me to do so?
Thanks
Tzach
Alexander H. Laughlin
unread,
Dec 15, 2016, 12:07:57 AM12/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I could be incorrect but I believe that if you write a shell script that uses fork to instantiate itself the required number of times you could just call that script using the command module.
J Hawkesworth
unread,
Dec 15, 2016, 1:47:55 AM12/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message