mirror: Update mirror user UID/GID

This commit is contained in:
Timo Makinen 2024-11-28 13:18:04 +00:00
parent 7e062a9592
commit b62ef00392
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@
- name: Create mirror group
ansible.builtin.group:
name: mirror
gid: 1001
gid: 309
- name: Create mirror user
ansible.builtin.user:
@ -17,7 +17,7 @@
group: mirror
home: /var/empty
shell: /sbin/nologin
uid: 1001
uid: 309
- name: Create data directory
ansible.builtin.file:

View file

@ -14,6 +14,7 @@ entry empty. If only a group is created, leave the user entry empty.
| 306 | backup | backup | |
| 307 | minecraft | minecraft | |
| 308 | certbot | certbot | |
| 309 | mirror | mirror | |
| 1001 | mirror | mirror | |
| 1003 | collab | collab | |
| 1004 | docker | docker | docker registry |