Replies: 1 comment
-
|
I think this would need to be a custom operation that calls Re: become plugins - absolutely this is something pyinfra currently hardcodes baked into the command generation stage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently playing around with pyinfra to see if it can replace my current config managment solution and hit one specific issue, where I want to configure permisions for rootless Podman containers.
Ansible for example, has the containers.podman.podman_unshare become plugin, which makes use of podman-unshare, but on first sight I did not find an easy way to get it done in pyinfra without jumping through some extra hoops.
Also seeing that there are even more available become plugins, I thought it would be great to have an easy way to use other escalation methods in pyinfra as well.
Beta Was this translation helpful? Give feedback.
All reactions