themanifold

Results 22 issues of themanifold

Are there plans to support AMQP? And if there are not, could you point me to the right places in the code so that maybe I could try and implement...

Hello, there have been no commits to master for almost 9 months (since early November) and there have been some pretty [big](https://github.com/gabrielfalcao/HTTPretty/issues/35) outstanding issues that have had no attention. I...

## Describe the bug Trying to use nested operations which require programmatic sudo access throws `AttributeError` UPDATE: perhaps this should just be that nested operations do not support custom config...

Bug

**pylint error on decorated `name` argument** Due to the way the `name` argument is injected into some functions with a decorator, such as `pyinfra.operations.server.shell`, we get a pylint error like:...

Bug

As far as I can see, there is no way of capturing the output/error output of operations that are run against a server. This would be really useful - for...

Some endpoints, especially internal corporate endpoints, have self signed or custom CAs that the person issuing pyinfra does not have. Add 2 options: * Disable verification of SSL certifications (`curl...

Operations

Some endpoints need authentication presented as a custom header before you can download from them. The gitlab archive zip is my use case but there are many others (like artifactory)....

Operations

I don't think we have an option of rendering templated files at the moment (before they are applied to target hosts), so this feature would be useful.

Currently, we have a few options to decide when an operation is called success: 1. The exit_code can be chosen to whatever integer and that would be called success 2....

If you specify a syntactically python inventory file, but also one that does not match what pyinfra requires in its inventory spec, you'll see no error which is confusing. For...

CLI