Post #2399760
2026-02-07 07:15 UTC
@OpenBSDAms@mastodon.bsd.cafe @h3artbl33d@exquisite.social
Ah yes, when you want to distribute the exact same files rdist seems fine. For what I'm trying to achieve, some kind of templating is really helpful. So I will just take the ansible route then.
Thank you
Replies (1)
-
@dgl@infosec.exchange 2026-02-07 07:41
@opentechfan@exquisite.social @OpenBSDAms@mastodon.bsd.cafe @h3artbl33d@exquisite.social it’s often worth considering if you can turn the problem into a set of files, e.g. if the config file format supports includes or there’s a .d style config. That way you don’t need templating, or at least the templating is limited to a few files. Even with ansible that may result in easier to reason about deployments.