diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 2680da5..189b36b 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -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: diff --git a/users.md b/users.md index c6f02a5..1854978 100644 --- a/users.md +++ b/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 |