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