certbot: Change certbot user UID/GID

This commit is contained in:
Timo Makinen 2024-10-19 17:09:14 +00:00
parent b16dcb8329
commit 0a0d966d08
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
- name: Create certbot group
ansible.builtin.group:
name: certbot
gid: 1002
gid: 307
- name: Create certbot user
ansible.builtin.user:
@ -17,7 +17,7 @@
group: certbot
home: /var/empty
shell: /sbin/nologin
uid: 1002
uid: 307
- name: Add certbot nginx site
ansible.builtin.include_role:

View file

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