I see a lot of modules that will create, start, stop lxc containers, but none seem to be able to provide a solution to list containers on a host or update them. Has anyone found a module to do this other than using the command or shell module?
There are several inventory plugins and scripts that allow you to
'list' the lxc containers. As for updating, you can look into the
lxc/lxd connection plugins that allow most modules to operate inside
the containers.