From 3610ce270fcd849d9e9da66c6d590552b73cc342 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 4 Feb 2024 20:05:23 +0000 Subject: Add user d to http group --- essential.yml | 4 +++- roles/users/tasks/main.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/essential.yml b/essential.yml index e8cc8f2..c2705d7 100644 --- a/essential.yml +++ b/essential.yml @@ -3,6 +3,8 @@ roles: - { role: minimal } - { role: sshd } - - { role: users } - { role: sudo } - { role: atop } + # Users should come last in case other roles install packages with system + # user and/or groups creation to achieve proper reentrancy. + - { role: users } diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 83e43f8..864934a 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -11,6 +11,8 @@ home: /home/d groups: - wheel + # Group http required to deploy websites with rsync under personal + # username. - http - name: Setup SSH directory for Dmitry Ilvokhin -- cgit v1.2.3-70-g09d2