Replies: 7 comments 1 reply
-
Well, I think I can start answering so we can discuss it. 1. What is needed to make this collection viable? |
Beta Was this translation helpful? Give feedback.
-
2. Should the collection be able to manage containers.conf? registries.conf? policy.conf? storage.conf? This is a great question. I think the possibility to manage easily configurations files will help to improve user experience significantly. Currently Ansible has a module to modify INI file, also it's possible to modify JSON and YAML files with some tricks and update_fact_module. But most of containers config files are TOML files and INI module may not handle it very well.
Personally I'd prefer an option 1 as it will do the best job and will contribute to whole community as well. |
Beta Was this translation helpful? Give feedback.
-
How does this collection compare to the ansible-docker-collection?
This is not much and can be completed easily. We don't have 1:1 format match in output and some of our modules can have different input options. So I can't say it's 100% compatible, but main modules like |
Beta Was this translation helpful? Give feedback.
-
What commands are missing? So, I think I covered up most of commands. We don't have yet commands except of What's else should be done is support for working with Podman Python API. Currently I'm working in a background on alpha support for |
Beta Was this translation helpful? Give feedback.
-
I would think it would also be useful to have "generate systemd" as well as
the ability to load that systemd unit file and start/stop the service.
…On Thu, Sep 23, 2021, 12:30 PM Sergey ***@***.***> wrote:
*What commands are missing?*
So, I think I covered up most of commands. We don't have yet commands
except of docker commands above:
commit, diff, exec, generate kube, healthcheck, info, kill, manifest,
mount, system, unshare. Probably not all of them should be Ansible
modules, it's discussable.
In addition to that, podman_image module should be rewritten from scratch.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#307 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA4WZKYY7AJ26AZGHQIE7TUDNI3HANCNFSM5EPDNABA>
.
|
Beta Was this translation helpful? Give feedback.
-
What help is needed to complete the collection? I combined these two questions together since it's related. So, yes, I think it should more that one guy that works on this collection in his free time. I try to keep up with issues and maintenance, while don't have much time for investigations and developing new features. Currently I'm not backed by the company, and I think this collection deserves much more effort and time! So more people are required to work on it. Ideally it would be a supported product, with upstream in Galaxy as it's now and downstream supported version in Automation Hub, when it's available for a subscription for paid customers. |
Beta Was this translation helpful? Give feedback.
-
Should the collection be able to manage containers.conf? registries.conf? policy.conf? storage.conf? For rootfull and rootless users? Or should this be handled in a different tool/collection?
How does this collection compare to the ansible-docker-collection?
What commands are missing? What help is needed to complete the collection?
Should this collection go for formal support?
Beta Was this translation helpful? Give feedback.
All reactions