summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-03 17:34:53 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-03 17:34:53 +0000
commit98ed665f0db3ac9261f33ad259f64b8261256f95 (patch)
tree447d9410459b0e68df172f418fc41342cc33208b /essential.yml
parentab0d9d56fb27f19b76fc7c3aba1f0d1936cd44bc (diff)
downloadinfra-98ed665f0db3ac9261f33ad259f64b8261256f95.tar.gz
infra-98ed665f0db3ac9261f33ad259f64b8261256f95.tar.bz2
infra-98ed665f0db3ac9261f33ad259f64b8261256f95.zip
Add init-git-repo.sh script to init new repos
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 dc08d81..e8cc8f2 100644
--- a/essential.yml
+++ b/essential.yml
@@ -2,6 +2,7 @@
hosts: all
roles:
- { role: minimal }
+ - { role: sshd }
- { role: users }
- { role: sudo }
- { role: atop }