I want to have a scheduler that can run a command on a list of targets using a cluster of nodes.
So, for example I want to run Nmap on a list of IP's. These IP's can be in a CSV, JSON, database etc. that's not a problem. I want the scheduler to take one IP from the list and run "Nmap IP" on one of the nodes then take the next IP from the list and run this on the next node.
This seems like something a job scheduler would have but for some reason i cannot find any scheduler that does this.