• petsoi@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      OpenVox is the modern open source implementation of the world’s most capable configuration management platform – trusted by everyone from the smallest hobbyist to operators of some of the largest commercial infrastructures in the business.

      Try OpenVox as the engine powering your infrastructure deployment and configuration needs and see why it’s the industry standard in resource abstraction and drift remediation.

      https://voxpupuli.org/openvox/

      • Cornflake@pawb.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        I’m gonna be so real, that’s a lot of words that I didn’t understand but that’s okay- I suppose I’m probably not the target audience for for the software 😂

        Best of luck to you and your project!

        • dajoho@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          I find this happens a lot on software like this and people kind of assume visitors know what all the buzzwords mean or are in the same bubble as the developers, which is a shame really as I assume it scares a lot of people off.

          TLDR: it lets you automate installing an operating system and software, mainly used for servers.

          • Cornflake@pawb.social
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            Oh that’s totally sick, I bet that would be hella useful if I had another computer I wanted to set up and have everything I’ve got on my main machine

            • dajoho@sh.itjust.works
              link
              fedilink
              arrow-up
              0
              ·
              3 months ago

              The use case is more for server and linux-type operating systems but I bet there are some crazy folk who use it for their desktops. No idea!

              • johannes@lemmy.jhjacobs.nl
                link
                fedilink
                arrow-up
                1
                ·
                3 months ago

                Its Configuration Management, so why would that not apply to Desktops? :)

                We use it in Linux Servers, Windows Servers, Linux Desktops, Windows Desktops, etc etc :)

    • trevor (he/they)@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      As someone that has never used Puppet, I also wonder this. Ansible is agentless and works on basically anything. What do you gain by requiring an agent, like with this?

      • debil@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        A long lost host (a machine that’s been offline or in a closed off network etc.) can find its master (puppetserver) when it sees the daylight again with the regularily polling puppet agent service. This is not as straightforward with ansible’s push model.