ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

What is container_pod_yaml use for? #39

Closed flyemsafe closed 3 years ago

flyemsafe commented 3 years ago

I was looking to see if I can adopt the role to run a pod with multiple instances based on the same image and came across the container_pod_yaml. Where is it defined and what is it used for?

ikke-t commented 3 years ago

I haven't used it in long time, but I recall you had to put it in place in your own tasks before calling this role. See this https://redhatnordicssa.github.io/ansible-podman-containers-2

flyemsafe commented 3 years ago

Thanks.