It's under 15 identical machines, so it is more trouble than it is worth to set up Puppet or something of that sort.
I use fabric http://fabfile.org/ which is insanely easy to use.
I use it even if I have one machine to deploy to. Better keep them deployments repeatable ...
fab -H system1,system2,system3 -- uname -a