System Grab Bag

View all TLDR pages from common (or from all pages)

pyinfra

Automates infrastructure at a large scale. More information: https://docs.pyinfra.com.
  • Execute a command over SSH:
    pyinfra {{target_ip_address}} exec -- {{command_name_and_arguments}}
  • Execute contents of a deploy file on a list of targets:
    pyinfra {{path/to/target_list.py}} {{path/to/deploy.py}}
  • Execute commands on locally:
    pyinfra @local {{path/to/deploy.py}}
  • Execute commands over Docker:
    pyinfra @docker/{{container}} {{path/to/deploy.py}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.