I’m looking at the official docs but I’m a bit confused. I want to install Lemmy on a VPS but the fourth bullet point in the documentation says:

“Install Ansible on your local machine (do not install it on your destination server).”

And then the Install instructions start going about how to install it.

If Ansible is on my local machine how am I supposed to use it to install Lemmy on a VPS?

  • mst@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    From my (admittedly very limited) understanding, Ansible is more “automation software” in that it has a controller which is responsible for issuing commands to clients.

    So you run Ansible on your computer, it will communicate with your server over the internet and give it a list of instructions on how to install Lemmy.