Yeah, for configuration management, I have a couple of scripts I use to bootstrap and configure new machines. Essentially, I use a ZSH script to install *just* enough to run puppet, use puppet to set up the system so I can get Ruby installed with RVM. Then, I pass off to a series of Rake tasks which bootstrap the rest of the system using more puppet and by cloning git repos with my config files and other stuff. Usually only takes about 30 min *total* including package installation and compilation time for various things.
On Tue, Apr 9, 2013 at 7:52 AM, ader10 <[email protected]> wrote: > Check out Ansible > > > On Tue, Apr 9, 2013 at 5:41 AM, Sean <[email protected]> wrote: >> >> > In an effort to become more efficient, I have undertaken an initiative >> > to automate many common tasks. >> >> I use cfengine for almost all my configuration management, and back it's >> configuration with a mercurial repository. >> >> -sean >> >> >> _______________________________________________ >> discuss mailing list >> [email protected] >> http://lists.prgmr.com/mailman/listinfo/discuss > > > > _______________________________________________ > discuss mailing list > [email protected] > http://lists.prgmr.com/mailman/listinfo/discuss > -- Jonathan E. Magen http://www.yonkeltron.com GTALK: [email protected] http://twitter.com/yonkeltron ב"ה _______________________________________________ discuss mailing list [email protected] http://lists.prgmr.com/mailman/listinfo/discuss
