Hacker News new | ask | show | jobs
by le-dvd 2083 days ago
I wonder if you could do the same with Ansible ?
1 comments

Definitely! What I'm forcing onto Bash is basically what Ansible does normally. For the desktop use case I've certainly noticed that it might be easier to use something that is already idempotent by default (like Ansible). The server thing isn't all that complex though, at least not the parts that you could replace with Ansible.
Good to know, thanks for sharing !