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: