awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesMulti-Host Remote Executions

Connects to several remote hosts in a single workflow step and executes commands across all of them.

Distinct from Remote Command Execution: Distinct from Remote Command Execution: adds multi-host parallel execution capability, not single-host command running.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Multi-Host Remote Executions. Refine with filters or upvote what's useful.

Awesome Multi-Host Remote Executions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Orchestrates security tasks across local, Docker, and SSH environments from one workflow.

    Go
    Auf GitHub ansehen↗6,425
  • appleboy/ssh-actionAvatar von appleboy

    appleboy/ssh-action

    6,113Auf GitHub ansehen↗

    This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen

    Connects to several remote hosts in a single workflow step, optionally executing commands synchronously across all of them.

    Shell
    Auf GitHub ansehen↗6,113
  • fizzadar/pyinfraAvatar von Fizzadar

    Fizzadar/pyinfra

    5,793Auf GitHub ansehen↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Executes operations concurrently across hundreds or thousands of hosts with predictable performance.

    Python
    Auf GitHub ansehen↗5,793
  1. Home
  2. DevOps & Infrastructure
  3. Remote Command Execution
  4. Multi-Host Remote Executions

Unter-Tags erkunden

  • Multi-Environment Workflow ExecutionsRuns security tasks across local shells, Docker containers, and remote SSH hosts from a single workflow definition. **Distinct from Multi-Host Remote Executions:** Distinct from Multi-Host Remote Executions: spans local, Docker, and SSH environments, not just multiple remote hosts.
  • Remote Host Step ExecutionsExecutes a workflow step on a remote machine via SSH with configurable credentials. **Distinct from Multi-Host Remote Executions:** Distinct from Multi-Host Remote Executions: focuses on single-host SSH execution with credential configuration, not multi-host parallelism.