-
## Describe the bug
Installing a `.deb` file from url fails.
```
$ pipx run pyinfra cubic ./software/chrome.py
...
raise ParserError("Unknown string format: %s", timestr)
dateutil.pars…
-
See: https://github.com/Fizzadar/pyinfra/issues/769#issuecomment-1059832256
-
## Describe the bug
`pyinfra INVENTORY fact server.LinuxDistribution` throws an exception with distro 1.7.0:
```
File "REDACTED/env/lib/python3.10/site-packages/pyinfra_cli/main.py", line 236, …
swsnr updated
2 years ago
-
## Describe the bug
If you try to use the ssh connector but don't have an ssh config file, it crashes.
## To Reproduce
Don't have an ssh config file. Install pyinfra using pip. run a command like…
-
I tried 2.0rc1 on my setup:
- "The `match` argument has been replaced by `text` in the `files.replace` operation" has no line number, but other warnings do. Odd.
- Running just my first two conf…
drewp updated
2 years ago
-
## Describe the bug
Running `pyinfra inventories/somestuff.py fact server.Os` yields
`Unknown exception: q must be exactly 160, 224, or 256 bits long`
This has been reported in several other proj…
yggdr updated
2 years ago
-
I found out randomly that we still have quite a few packages with systemd cruft.
# Packages
xlocate systemd | awk '{print $1}' | sort -u
- [ ] YACReader-9.8.0_1
- [ ] ansible-4.1.0_1
- [ ]…
-
Refactor the pyinfra code to split apart the collection of system logs (if applicable) + host metrics into their own 'base vector config' and in a sperate vector configuration file, allow us to collec…
-
When I use poetry to manage dependencies like pyinfra it finds an old (?) version 1.14.14, instead of the most recent one 1.6.1.
```
poetry add -D pyinfra
Using version ^1.14.14 for pyinfra
```
D…
-
## 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 …