diff --git a/user.list b/user.list deleted file mode 100644 index 6e27844..0000000 --- a/user.list +++ /dev/null @@ -1,18 +0,0 @@ - -This file lists all users and groups that have reserved uid/gid and are -created using ansible rules. If a user/group pair is created, they share -the same uid/gid. If a user is member of a system group, leave the group -entry empty. If only a group is created, leave the user entry empty. - -id user group notes -------------------------------------------------------------------------------- -301 influxdb influxdb -302 mongod mongod -303 gitea gitea -305 prometheus prometheus -1001 mirror mirror -1002 certbot certbot -1003 collab collab -1004 docker docker docker registry -1005 backup backup -1007 minecraft minecraft diff --git a/users.md b/users.md new file mode 100644 index 0000000..48a6c2b --- /dev/null +++ b/users.md @@ -0,0 +1,19 @@ +# List of reserved UID and GID numbers + +This file lists all users and groups that have reserved uid/gid and are +created using ansible rules. If a user/group pair is created, they share +the same uid/gid. If a user is member of a system group, leave the group +entry empty. If only a group is created, leave the user entry empty. + +| id | user | group | notes | +|------|------------|------------|-----------------| +| 301 | influxdb | influxdb | | +| 302 | mongod | mongod | | +| 303 | gitea | gitea | | +| 305 | prometheus | prometheus | | +| 1001 | mirror | mirror | | +| 1002 | certbot | certbot | | +| 1003 | collab | collab | | +| 1004 | docker | docker | docker registry | +| 1005 | backup | backup | | +| 1007 | minecraft | minecraft | |