4 ms·
I haven't used this for large deployments but I use it for my personal server and it works perfectly. Almost everything is built in and I can easily write my ow
by reifyx 4y ago
I haven't used this for large deployments but I use it for my personal server and it works perfectly. Almost everything is built in and I can easily write my own custom operations when I need them. Documentation is good and the operations are well designed.
Only downside is I couldn't make it work with my SSH agent, but that might be a problem with Paramiko and not Pyinfra.
- Fizzadar 4y ago> Only downside is I couldn't make it work with my SSH agent, but that might be a problem with Paramiko and not Pyinfra. Interested to hear more about this, might be something that can be added to paramiko (or on top of).