1 dépôt
Defines host groups and associated data in Python files for flexible infrastructure targeting.
Distinguishing note: No candidate covers Python-based host inventory definition for infrastructure automation; candidates focus on game or business inventory systems.
Explore 1 awesome GitHub repository matching devops & infrastructure · Python-Based Host Inventories. Refine with filters or upvote what's useful.
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
Defines host groups and data in Python files for flexible infrastructure targeting.