Hacker News new | ask | show | jobs
by phunge 3745 days ago
I found that learning ansible and storing my machine customization as a deployable playbook was totally worth the effort involved.
1 comments

Does that ansible thing support incremental deploys? Such that installing 'jo' here will idempotently install it on other machines?
Late to the party but yes. The idea behind ansible seems to be (I'm new to using it) that you can run the command a million times over a million machines and it'll only install new things to the machines that don't already have it