collab: Change collab user uid/gid

This commit is contained in:
Timo Makinen 2024-12-07 15:56:59 +00:00
parent 4775bb8947
commit b1d5d2c7f2
2 changed files with 3 additions and 2 deletions

View file

@ -99,13 +99,13 @@
- name: Create group collab
ansible.builtin.group:
name: collab
gid: 1003
gid: 310
- name: Create user collab
ansible.builtin.user:
name: collab
comment: Service Collab
uid: 1003
uid: 310
group: collab
home: /var/lib/collab
shell: /sbin/nologin

View file

@ -15,5 +15,6 @@ entry empty. If only a group is created, leave the user entry empty.
| 307 | minecraft | minecraft | |
| 308 | certbot | certbot | |
| 309 | mirror | mirror | |
| 310 | collab | collab | |
| 1003 | collab | collab | |
| 1004 | docker | docker | docker registry |