-
## Describe the bug
Origin: https://github.com/Fizzadar/pyinfra/issues/569
Essentially `gevent` monkey patching of `thread` & `subprocess` modules breaks using `invoke`, which [`paramiko` uses to …
-
I haven't tried to repro this. Hopefully the evidence from my shell history is useful.
Running this from host 'bang':
```
files.download(
src=f'https://github.com/rancher/k3s/releases/do…
drewp updated
2 years ago
-
While writing a new Fact I wanted it to execute a command that might return an error code, but still writes useful information to stdout. Pyinfra seems to interpret any exit code other than 0 as a fai…
yggdr updated
2 years ago
-
## Describe the bug
Similarly to #671, trying to access a server via the pyinfra ssh operator I keep getting the error "Host key verification failed".
I'm not sure it's a bug or rather I'm doing s…
-
## Describe the bug
`ProxyJump` from `~/.ssh/config` is correctly picked up but it fails when connecting to the target.
Looks like [SSHClient.gateway](https://github.com/Fizzadar/pyinfra/blob/af4b…
-
## Is your feature request related to a problem? Please describe
I work in a hybrid environment (part local data centre, part cloud). I can build a new server from an image in either environment usin…
-
## Describe the bug
I'm using infra on alpine with dropbear sshd and apk is not being found.
I did try openssh sshd and it works, but for some of my setups I'd prefer to use dropbear.
## To Repro…
-
I have a fingerprint reader on my laptop and fedora configures `pam_fprintd.so` to be tried before `pam_unix.so`. When I run sudo as part of a script (pyinfra in my case, but ansible has [the](https:/…
-
With an ssh configuration like
```
Host de-fra0.lab.bauen1.xyz
ProxyJump none
Host *
ProxyJump sysadmin@de-fra0.lab.bauen1.xyz:80
```
OpenSSH will proxy every ssh connection through `…
-
trying to run a simple command on a debian 10 target by pyinfra 1.4:
```
pyinfra myserver apt.packages iotop sudo=True
```
i get:
```
--> Loading config...
--> Loading inventory...
--> Conne…