awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • j3ssie/osmedeusj3ssie 的头像

    j3ssie/Osmedeus

    6,425在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,425
  • appleboy/ssh-actionappleboy 的头像

    appleboy/ssh-action

    6,113在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,113
  • fizzadar/pyinfraFizzadar 的头像

    Fizzadar/pyinfra

    5,793在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,793
  1. Home
  2. DevOps & Infrastructure
  3. Remote Command Execution
  4. Multi-Host Remote Executions

探索子标签

  • 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.