Y
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
fiatjaf
3745 days ago
Does that ansible thing support incremental deploys? Such that installing 'jo' here will idempotently install it on other machines?
link
corobo
3741 days ago
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
link