Comment on After 1.5 years of learning selfhosting, this is where I'm at
notfromhere@lemmy.ml 9 months agoYou urge teams to stop using it [ansible?] as soon as they can? What do you recommend to use instead?
Comment on After 1.5 years of learning selfhosting, this is where I'm at
notfromhere@lemmy.ml 9 months agoYou urge teams to stop using it [ansible?] as soon as they can? What do you recommend to use instead?
xantoxis@lemmy.world 9 months ago
Well people use ansible for a wide variety of things so there’s no straightforward answer. It’s a Python program, it can in theory do anything, and you’ll find people trying to do anything with it. That said, some common ways to replace it include
notfromhere@lemmy.ml 9 months ago
Very insightful. I definitely need to check out cloud-init as that is one thing you mentioned I have practically no experience with. Side note, I hate other people’s helm with a passion. No consistency in what is exposed, anything not cookie cutter and you’re customizing the helm chart to the point it’s probably easier to start with a custom template to begin with, which is what I started doing!