On larger cloud platforms there's typically an obvious approach (using the secrets manager they provide). But on something smaller like Hetzner (or whatever) there isn't such a solution.
I'm wondering how others go about managing their secrets and what the reasoning for their approach is. There's bitwarden secrets manager, and infisical (which seems a bit nicer as they provide a container).
But I'm not sure there's a fat lot of gain over using ansible vault and creating a .env file on the server. If everyone else has converged on something different / better though I'd like to hear 🙂