Hacker News new | ask | show | jobs
by camilomatajira 82 days ago
Make is one of my favorite tools, I believe the author built a simple and robust system. I have certain degree of envy.

I made something similar but with Ansible wrapped as an uv script. What I like about ansible is that it's higher level so I'm able to do complex modifications to my machine without having to write them myself and handle the errors myself because the community behind the tasks have already done it. The idempotency of ansible out of the box is also very nice.

Here is my ansible/uv-script project if someone is interested: https://camilo.matajira.com/?p=591