Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 351 Bytes

File metadata and controls

19 lines (11 loc) · 351 Bytes

pyinfra example

The example requires a recent version of Vagrant to be installed. Usage:

vagrant up

# Run with Vagrant inventory & deploy file
pyinfra @vagrant deploy.py

Key files:

  • deploy.py contains the operations to run on the remote hosts

API Example