Hi all, I have my home lab set up as a single git repo. I’ve got all infrastructure as opentofu / ansible configs, and using git crypt to protect secret files (tofu state, ansible secret values, etc).

How would you back up such a system? Keeping it on my self hosted git creates a circular dependency. I’m hesitant to use a private codeberg repo in case I leak secrets. Just wondering what the rest of you are doing.

  • r0ertel@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 days ago

    Same. I have spent way more time troubleshooting a pipeline than it saves. I like the idea of automation but laziness prevails.