summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-03-03 14:59:01 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-03-03 15:01:26 +0000
commitfccf94025126624e6ae111676a20ac618ac709c3 (patch)
tree0a99c66acd7889237c164e829ed0e1592edf4bd3 /essential.yml
parent9920d404374275ef80b21421ae3a1ab8211fd88d (diff)
downloadinfra-fccf94025126624e6ae111676a20ac618ac709c3.tar.gz
infra-fccf94025126624e6ae111676a20ac618ac709c3.tar.bz2
infra-fccf94025126624e6ae111676a20ac618ac709c3.zip
Add vim role
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 }