Maximum 9 Admins

Current it’s not safe to add more than 9 user accounts on the server .

To run rootless Podman containers requires assigning user namespace uid and gid for Podman to remap uid and gid inside the container to those on the container host. This is done per application, adding lines to /etc/subuid and /etc/subgid files via ‘usermod’.

Creating normal user accounts Debian assigns uid/gid from 100000 upwards. Momod assigns uid/gid from 1000000 upwards. Thus if you add much more than 9 normal user accounts to the server (how many admins do you need?!) you may end up with a collision of uid/gid values.

You can set the values Momod uses to avoid such a collision by redefining the default variablesSERVICENAME_subuid_base`` set inroles/app_APP-NAME_/defaults/main.yml``` in your group_vars or host_vars.