Connectors IndexΒΆ
Connectors enable pyinfra to integrate with other tools out of the box. Connectors can do one of three things:
- Implement how commands are executed (
@ssh,@local) - Generate inventory hosts and data (
@terraformand@vagrant) - Both of the above (
@docker)
Each connector page is listed below and contains examples as well as a list of available data that can be used to configure the connector.
Want a new connector? Check out the writing connectors guide.
pyinfra 2.x