slurm VS Ansible

Compare slurm vs Ansible and see what are their differences.

Ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. (by ansible)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
slurm Ansible
6 391
2,350 61,210
2.5% 0.7%
10.0 9.8
1 day ago 5 days ago
C Python
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

slurm

Posts with mentions or reviews of slurm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • ntasks and submit.lua in Slurm
    1 project | /r/HPC | 14 Jul 2023
    I'm trying to have Slurm automatically switch partitions to a specific one via the job_sutmit.lua plugin whenever our users request strictly more than 8 cpus. But trying to extract or calculate ahead of time how many cpus will be allocated or requested isn't trivial (to me). Are there attributes in job_submit that could help out with this task? For example, I don't see any job->desc.ntasks attribute in https://github.com/SchedMD/slurm/blob/master/src/plugins/job_submit/lua/job_submit_lua.c. Any information or documentation on how to leverage job_submit.lua would be appreciated.
  • job scheduling for scientific computing on k8s?
    5 projects | /r/kubernetes | 13 May 2023
    Do you have a reason to use kubernetes besides it’s the $CURRENT tech? Why not stick with what you’re already familiar with (batch job managers) and use SLURM, a workload and resource manager, like many others in HPC? Do the researchers need to schedule against Nvidia GPU resources now or in the future? Nvidia themselves recommend SLURM.
  • What’s the path to working on supercomputers or quantum computing?
    1 project | /r/ECE | 19 Nov 2022
    Quantum computing and supercomputers are two different things. Quantum computers are currently an area of research, there isn't a version ready for use apart from some prototypes, and it will probably stay that way for while. Also, quantum computing will most likely not be a completly new architecture, that all of the chips we use will adopt, but an addition to current chipsets for some important but special tasks. Supercomputers, or HPC (High performance clusters) are classic computers, just that they are huge. They use derivatives of "off-the-shelf", but high end, hardware. There is a lot of interesting work in designing such systems, a lot of challenging problems in distributed systems theory, but they aren't a complete detached industry. Using them for work, not designing them, doesn't require a EECS type degree, they guy who sit's next to me in the office, uses a supercomputer to predict protein folding, he is by training a doctor and now does computational microbiology. The applications for massive compute power (often times "just brute force the solution instead of spending years in the lab") are almost endless, but to use them it's not that important to understand the full details of how they are constructed, domain knowledge in the application domain is much more important. If you know how your cluster is structured, and knowledge of slurm etc. will enable you to use the supercomputer just fine, again, they aren't that different from regular computers, just that you workstation might have 1 CPU and your supercomputer has 500. Hiding this complexity is done by slurm or any other resource manager. It's open source as well :) https://github.com/SchedMD/slurm
  • Open source / part time research in the world of HPC?
    3 projects | /r/HPC | 15 May 2022
  • Brand New HPC Sysadmin at a Major University, Where to Start?
    6 projects | /r/HPC | 28 Oct 2021
    SLURM (distributed by OpenHPC) If you have shared storage then this is the industry standard solution that is both open source and free (extremely popular in the top 500 list). You can pair this with a high speed network or not depending on your research workloads.
  • Is it possible to let slurmdbd connect to mysql over unix sockets?
    1 project | /r/SLURM | 6 Sep 2021

Ansible

Posts with mentions or reviews of Ansible. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Ansible Basics: Your First HelloWorld Playbook 🚀
    2 projects | dev.to | 27 Apr 2024
    Ansible is an open-source IT automation tool that simplifies application deployment, cloud provisioning, and configuration management across diverse environments. It uses a declarative language to describe the desired state of the system, and then takes the necessary actions to achieve that state. Ansible has become incredibly popular due to its simplicity, agentless architecture, and extensive community support. Document: ansible.com, ansible basics
  • Grant Kubernetes Pods Access to AWS Services Using OpenID Connect
    5 projects | dev.to | 22 Apr 2024
    Ansible v2.16
  • Set up an Automation script with Ansible
    1 project | dev.to | 21 Apr 2024
    Ansible is a tool used to help manage software automation processes, configuration management across machines, deployment as well as remote execution of commands and scripts. In sports, Ansible operates as the coach of your team by providing strategies (playbooks), and actions, and ensuring the smooth execution of tasks across your infrastructure, just like a coach guides and directs players (Servers)during a game.
  • Interesting Uses of Ansible's ternary filter
    3 projects | news.ycombinator.com | 22 Feb 2024
    They support for-if from python, too: https://jinja.palletsprojects.com/en/3.1.x/templates/#loop-f... but I haven't tried the "recursive" keyword to know if ansible supports that. I say "ansible supports that" because they don't just drop jinja2 into ansible and call it a draw, they have a bunch of custom execution integrations: https://github.com/ansible/ansible/blob/v2.16.3/lib/ansible/...
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    To manage a VM, you can use something as simple as just manual actions over SSH, or can use tools like Ansible, Hashicorp's Packer and Terraform or other automations. For an app where there is minimal load and security/reliability concern, VMs are still a great option that provide a lot of value for the buck
  • A Journey to Find an Ultimate Development Environment
    13 projects | dev.to | 2 Feb 2024
    In this article's context, it is simply a tool that provides a declarative way to automate your machine/OS to configure the development machine as you want (install package, modify the configuration, etc). Examples of these tools are Ansible, Puppet, etc.
  • The Director of "Toy Story" Also Drew the BSD Daemon Logo
    1 project | news.ycombinator.com | 17 Jan 2024
    Now we're getting more tangential, but for years, Ansible releases were named for Van Halen songs (see old Changelog here: https://github.com/ansible/ansible/blob/v1.8.4/CHANGELOG.md)
  • Running stateful workloads on Kubernetes with Rook Ceph
    4 projects | dev.to | 26 Dec 2023
    In the lab to follow, we'll quickly provision a 3-node kubeadm cluster (1 master, 2 workers) on the cloud provider of your choice using an automation stack comprised of OpenTofu and Ansible, then deploy Rook Ceph using the official Helm charts and confirm that we are now able to successfully create CSI volume snapshots from PVCs by reusing the MinIO example from our last article.
  • Looking for a way to remote in to K's of raspberry pi's...
    11 projects | /r/sysadmin | 10 Dec 2023
  • ansible builder collections path
    2 projects | /r/ansible | 6 Dec 2023

What are some alternatives?

When comparing slurm and Ansible you can also consider the following projects:

ohpc - OpenHPC Integration, Packaging, and Test Repo

Cloud-Init - unofficial mirror of Ubuntu's cloud-init

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

pyinfra - pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.

mfem - Lightweight, general, scalable C++ library for finite element methods

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.

Fabric - Simple, Pythonic remote execution and deployment.

flux-operator - Deploy a Flux MiniCluster to Kubernetes with the operator

cloudinit - Official upstream for the cloud-init: cloud instance initialization

prometheus - The Prometheus monitoring system and time series database.

(R)?ex - Rex, the friendly automation framework