logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Automate Infrastructure - Control Servers with pyinfra | Online Free DevTools by Hexmos

Automate infrastructure provisioning with pyinfra. Deploy applications, configure servers, and manage infrastructure using Python. Free online tool, no registration required.

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}}

See Also