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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue