summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
Diffstat (limited to 'essential.yml')
-rw-r--r--essential.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/essential.yml b/essential.yml
index c2705d7..9d48f9e 100644
--- a/essential.yml
+++ b/essential.yml
@@ -1,10 +1,9 @@
- name: Essential setup for all hosts
hosts: all
roles:
+ - { role: users }
- { role: minimal }
- { role: sshd }
- { 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 }
+ - { role: vim }