On 2024-02-22, an...@rodier.me wrote: >> What makes you chose ansible instead of a debian package applying your >> scripts and configurations? > > I didn't want to create a new distribution, I wanted scripts to > configure a bare distribution, that anyone could maintain using the > standard Debian procedures afterwards.
Doing your own package with own configurations is not doing a distribution. It's doing a .deb and putting it in a local repo. Then it's just a part of the apt update/upgrade process. > Also, if you have a look to the solution, you will see that the > integration between all the packages is not appropriate to the packages > modification. Your own package don't change regular packages, it just runs scripts and puts configurations. Just as ansible does but more integrated in debian packaging system.