-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How do you use Ansible Podman collection and where? What is important for you? #470
Comments
Thanks for your time and great work.
We use Ansible Podman collection in molecule-podman in our CI jobs. We are running a Jenkins instance with Kubernetes cluster with docker runtime. Instead of Docker-out-of-Docker, we use Podman-in-Docker, and then
|
Thanks for all the efforts you're putting in this great collection which has already been incredibly useful to me.
I use this collection in two ways mostly:
I'm using it for my personal infrastructure, and I use it with my Element hat on to create the easy to reproduce environments mentioned above.
I'm mostly interested in better support for dependent containers (when a container |
Hi, thanks for the effort.
I use it both for my personal infra and for our clients. It's used to make repeatable deployments of either single containers or pods with multiple containers.
Now that |
I'm using Ansible to setup the infrastructure I operate. With ansible-podman-collections I try to containerize some services. Therefore, I use That means for me, the proper functioning of |
I use containers.podman.podman_play and containers.podman.podman_generate_systemd to create pod and generate systemd service unit file for development env deployment purpose |
We use ansible for practically everything, and have been trying to setup rootless pods using podman for some time now. Not succeding very well, though; firstly the ansible command puts container and network files into /tmp/ (really doesn't seem like such a good idea), and secondly, the pods are just not stable. So right now we're not finding the collection useful at all. |
@sshnaidm thank you so much for your work! I love Podman and Ansible, and have been using this collection for a long time. I use most of the existing modules in the collection, currently excluding the The most important for me are the I use this collection for my pet project to manage a group of machines running CentOS Stream. Many of my ansible roles are for running various applications using Podman containers. So this collection helps me a lot. I think the collection is more stable now than it was three years ago. Of course, there are some bugs, such as non-idempotent behavior when ports are bound to the address I would like to see a module for Also I want to see more options for the |
@ivanov17 thanks for feedback! Can you please create issues for support of |
@sshnaidm thank you very much! I'll create issues later, I need to first check for an idempotency bug on the latest version of the collection and think about what I can propose to implement in the udica module(s).
I think next week I'll try to describe all this in more detail. |
Hello to all users of Ansible Podman collection.
For better prioritization of features and tasks I'd like to know:
Please tell as much details as you're comfortable with.
All that will help me to understand the audience better and to keep the collection viable and meaningful.
I'm open to any feedback, but keep in mind I'm doing this mostly in my free time and all contributions are always welcome!
Thanks for your replies in advance.
The text was updated successfully, but these errors were encountered: