summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 20:05:23 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-04 20:05:23 +0000
commit3610ce270fcd849d9e9da66c6d590552b73cc342 (patch)
treee94b836cf3a3949830650f0c4859c84cbe47ab5d /essential.yml
parent272b7ed063f79abb368b0eb511dad98d010086ab (diff)
downloadinfra-3610ce270fcd849d9e9da66c6d590552b73cc342.tar.gz
infra-3610ce270fcd849d9e9da66c6d590552b73cc342.tar.bz2
infra-3610ce270fcd849d9e9da66c6d590552b73cc342.zip
Add user d to http group
Diffstat (limited to 'essential.yml')
-rw-r--r--essential.yml4
1 files changed, 3 insertions, 1 deletions
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 }