DasFaultier

  • 0 Posts
  • 84 Comments
Joined 11 months ago
cake
Cake day: January 22nd, 2024

help-circle


  • Yes, you could setup multiple DNS aliases in your nameserver/router or in your /etc/hosts file that point to the same IP; DNS might round-robin through the IPs, but I’ve never tried this.

    EDIT: You’re right, the DNS aliases go in the Ansible inventory, no need for DNS round-robin. Short brainfart, sry. EDIT END.

    I have near-zero experience with k8s (apart from a little bit of Minikube, which I hated), so I can’t say anything about that option, but my impression is that it’s massive overkill for almost all use cases, aka “you’re not Google”.


  • I just had another idea: you could use the Mitogen execution strategy. It doesn’t make your tasks run in parallel, but it takes away a lot of the overhead involved in running Ansible, so you might get some performance gains there. It’s not running your tasks in parallel though…

    For real parallel execution, you would probably need multiple hosts. I don’t think what you’re trying to do is even a part of Ansible on the conceptual level.















  • DasFaultiertomemes@lemmy.worldDamm ads
    link
    fedilink
    arrow-up
    10
    arrow-down
    7
    ·
    2 months ago

    How about subscribing to podcasts’ RSS feeds the way god intended and put them into a proper podcatcher like AntennaPod instead of listening to them on Spotify or whatever tf it is y’all are doing? I’ve listened to tons of podcasts for many years, and I didn’t even know dynamic adds were a thing. How could you all let this happen to you?


  • DasFaultiertoOpen Source@lemmy.mlWhat GitHub alternative do you use?
    link
    fedilink
    arrow-up
    28
    arrow-down
    2
    ·
    2 months ago

    Gitlab at work, because, well, it’s there and it works just fine.

    Forgejo at home, because it’s far less resource hungry.

    In the end Git is a) a command line tool for b) distributed working, so it really doesn’t matter much which central web service you put in place, you can always get your local copy via git clone REPO.