system-config/playbooks/roles/base/users
Jeremy Stanley 698bb3df21 Lower UID/GID range max to make way for containers
In order to avoid unfortunate collisions with statically assigned
container account UIDs and GIDs, cap normal users at 9999. That way
we can set our containers to use IDs 10000 and above.

Make sure adduser/addgroup's adduser.conf gets adjusted to match the
values we set in the login.defs referenced by the lower-level
useradd/groupadd tools too. We're not using non-Debian-derivative
servers these days, so don't bother to try making this work on other
distributions for the time being.

Change-Id: I0068d5cea66e898c35b661cd559437dc4049e8f4
2021-11-05 18:06:55 +00:00
..
defaults Move base roles into a base subdir 2020-05-27 16:28:37 -05:00
files Lower UID/GID range max to make way for containers 2021-11-05 18:06:55 +00:00
tasks Lower UID/GID range max to make way for containers 2021-11-05 18:06:55 +00:00
README.rst Move base roles into a base subdir 2020-05-27 16:28:37 -05:00

README.rst

Configure users on a server

Configure users on a server. Users are given sudo access

Role Variables