Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    "is quite painful since I have to do it on each machine." Then don't do that (it's terrible for consistency anyways). Ansible, or any other orchestrator is what you should be using. Commented Apr 13, 2023 at 21:39
  • mirroring file system for software installation between servers sounds like a really bad idea. You definitely want a scripted installation process. Ansible could be ideal for this. You will also want to look into other cluster imaging and state management systems. Ultimately you will likely benefit from just doing a SLURM cluster with scripted software management on each node. Commented Nov 4, 2024 at 22:47