• petsoi@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      0
      ·
      2 years 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
        ·
        2 years 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!

    • trevor (any/all) @lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years 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
        ·
        1 year 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.