Remove UID and GID
This commit is contained in:
@@ -2,13 +2,11 @@
|
|||||||
- name: create mathieu group
|
- name: create mathieu group
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
name: mathieu
|
name: mathieu
|
||||||
gid: 1000
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add mathieu user
|
- name: Add mathieu user
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: mathieu
|
name: mathieu
|
||||||
comment: Mathieu BOURBON
|
comment: Mathieu BOURBON
|
||||||
uid: 1000
|
|
||||||
groups: mathieu,sudo
|
groups: mathieu,sudo
|
||||||
password: $y$j9T$4evCDro7dcJfLwGdOCHo8.$os6ODPdyNnw6sv/JfIzq7TAtTJeJDsAeczfKa9J2ts8
|
password: $y$j9T$4evCDro7dcJfLwGdOCHo8.$os6ODPdyNnw6sv/JfIzq7TAtTJeJDsAeczfKa9J2ts8
|
||||||
|
|||||||
Reference in New Issue
Block a user