summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-03-08 21:26:47 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-03-08 21:26:47 +0000
commitb8d90587492becebbc8828a79deee1edb0792083 (patch)
tree1c5e9d5c5342de586cdded523c4855726b15ccaf /essential.yml
parent55fe803f1795061d1397c76a793cc2f1986b4774 (diff)
downloadinfra-b8d90587492becebbc8828a79deee1edb0792083.tar.gz
infra-b8d90587492becebbc8828a79deee1edb0792083.tar.bz2
infra-b8d90587492becebbc8828a79deee1edb0792083.zip
Add ssh role
Diffstat (limited to 'essential.yml')
-rw-r--r--essential.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/essential.yml b/essential.yml
index 9792ff8..0bb9211 100644
--- a/essential.yml
+++ b/essential.yml
@@ -6,6 +6,7 @@
- { role: sshd }
- { role: sudo }
- { role: atop }
+ - { role: ssh }
- { role: bash }
- { role: vim }
- { role: screen }