• slazer2au
    link
    English
    511 months ago

    Quick, do another one but with Terraform.

    • @[email protected]
      link
      fedilink
      8
      edit-2
      11 months 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
        211 months ago

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

        • @[email protected]
          link
          fedilink
          311 months 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
            011 months ago

            Which kinda sounds like the Borg.

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

        • @MigratingtoLemmy
          link
          311 months 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
      11 months 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.