pyinfra-dev / pyinfra

pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
https://pyinfra.com
MIT License
3.93k stars 383 forks source link

facts: Add podman.PodmanSystemInfo and podman.PodmanPs #1232

Open bauen1 opened 4 weeks ago

bauen1 commented 4 weeks ago

Add two facts that parse the output of podman system info and podman ps --all using json.

Currently based on #1231