Installing nginx as podman systemd service via ansible

As part of the Geeko Ops project, I’m tinkering on a ansible role for deploying nginx as podman-containerized systemd service. Checkout podman-nginx to see and test my current state.

The ansible role is intentionally kept simple and small - except for vanilla ansible there are no further dependencies required and I intend to keep my system ansible roles that way. More dependencies means more moving parts means more regressions means more gray hair means less beauty points. And we all want to have those hard earned beauty points, don’t we? 😉

I’ve developed and tested the role on Leap-Micro 5.5 because I was doing some Alpha testing there as well. But because it’s kept generic and small, it should run on any openSUSE systems. In principle it should run on any system with podman.

Check podman-nginx out. Constructive feedback appreciated!

Have a lot of fun 😃