pyinfra automates infrastructure super fast at massive scale.
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. Core design features include super fast execution over thousands of hosts with predictable performance, agentless execution against SSH/Docker/subprocess/winrm hosts, extendable with any Python package as configured & written in standard Python, and integrated with Docker, Vagrant/Mech & Ansible out of the box.
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. Core design features include super fast execution over thousands of hosts with predictable performance, agentless execution against SSH/Docker/subprocess/winrm hosts, extendable with any Python package as configured & written in standard Python, and integrated with Docker, Vagrant/Mech & Ansible out of the box.
To install pyinfra, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pyinfra
To see what files were installed by pyinfra, run:
port contents pyinfra
To later upgrade pyinfra, run:
sudo port selfupdate && sudo port upgrade pyinfra
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.