certbot: Change certbot user UID/GID
This commit is contained in:
parent
b16dcb8329
commit
0a0d966d08
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
2
users.md
2
users.md
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue