• Lettuce eat lettuce
    link
    fedilink
    1013 days ago

    Ansible is already GPL 3.0, what are you looking to do specifically that Ansible doesn’t do?

    Or do you just not like the way it works?

    • ZeroOneOP
      link
      -213 days ago

      You do know how RedHat operates right ?

        • ZeroOneOP
          link
          113 days ago

          I do, but has that stopped any corporations from violating or engaging in rugpulls ?

          Also it’s kind of a me thing, I believe there should be at least 1-3 free-software, community-maintained alternatives

          • Lettuce eat lettuce
            link
            fedilink
            212 days ago

            The FSF recommends the GPL and its related licenses for that very reason, to protect against corpos misusing it and attempting to make their work proprietary. Ansible is so widely adopted in the IT world, that even if Red Hat tried to restrict it or otherwise lock it down, there would be multiple GPL forks supported by hundreds of devs popping up overnight.

            That very scenario just happened earlier this year with RHEL, and we saw both Alma Linux and Rocky Linux spring into action to protect their respective users successfully.

            You should specify more details in your post, Chef and Puppet are the most common alternatives to Ansible. They are both open source, but are Apache 2, not GPL, so not as good from a free software perspective.

            I don’t know of any other automation frameworks like those that adhere to your requirements. It depends on what you are using Ansible for though. If you just want a way to automatically trigger simple endpoint tasks, like cache cleaning, package updates, etc. You could just set up some kind of standard cron job template for your endpoints and have them report success or failure via a common log file on some shared resource.

            If you’re looking for more sophisticated endpoint management, you’re probably out of luck if you aren’t interested in using Ansible.

            • ZeroOneOP
              link
              15 days ago

              Chef & puppet ? Can I get links

            • ZeroOneOP
              link
              112 days ago

              deleted by creator

  • @[email protected]
    link
    fedilink
    English
    4
    edit-2
    12 days ago

    OpenTofu is open source terraform alternative. It is fork of terraform before they abandoned open source. https://opentofu.org/ It is very active, have been using it for last year. It is backed by Linux Foundation.