I need to replicate an Ubuntu server setup on 10-15 servers. I have a fresh Natty 64-bit server installed on a machine with all the extra required packages installed (no user data, system hasn't been used). What I need to do is to clone this machine to other servers in the easiest way possible.
I was thinking of using the remastersys
tool to create an ISO image from the setup and install it on the machines. Is there a way that can help me automate this installation as much as possible, i.e. how can one install an ISO image to a large number of servers easily.
Thanks!