6 ms·
I found that learning ansible and storing my machine customization as a deployable playbook was totally worth the effort involved.
by phunge 11y ago
I found that learning ansible and storing my machine customization as a deployable playbook was totally worth the effort involved.
- fiatjaf 11y agoDoes that ansible thing support incremental deploys? Such that installing 'jo' here will idempotently install it on other machines?
- corobo 11y agoLate 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