Understand pyinfra connector types
3.xConnectors in pyinfra allow integration with external tools and fall into three functional categories:
- Command Execution: Implement how commands are executed on a target (e.g.,
@ssh,@local). - Inventory Generation: Generate inventory hosts and data (e.g.,
@terraform,@vagrant). - Hybrid: Perform both command execution and inventory generation (e.g.,
@docker,@podman).