• slazer2au
    link
    English
    51 year ago

    Quick, do another one but with Terraform.

    • @[email protected]
      link
      fedilink
      8
      edit-2
      1 year ago

      Terraform talks to “clouds”, where as Ansible talks to devices. Whilst clouds do have many devices, I feel like Ansible has a greater ability to absorb likeness/distinctiveness (ships), over a greater scale than terraform.

      • slazer2au
        link
        English
        21 year ago

        Terraform isn’t limited to clouds. We use it for our onprem kit.

        • @[email protected]
          link
          fedilink
          31 year ago

          I don’t use Terraform but from my understanding Terraform is more for “what kind of server hardware/VM/container/… do I want” and less “which configuration do I want on that server/VM/container/…”

          • slazer2au
            link
            English
            01 year ago

            Which kinda sounds like the Borg.

            Do we want a drone, an operative, or whatever 7 of 9 is.

        • @MigratingtoLemmy
          link
          31 year ago

          Wait how? What do you use? I think I’ve seen a Terraform connector for Kubernetes but that’s about it

    • @bluey
      link
      2
      edit-2
      1 year ago

      afaik, terraform does not allow you to manage the state of an OS. Think managing motd file or ensuring certain packages are installed.

      You might like to try out pulumi.