diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-03 17:34:53 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-03 17:34:53 +0000 |
commit | 98ed665f0db3ac9261f33ad259f64b8261256f95 (patch) | |
tree | 447d9410459b0e68df172f418fc41342cc33208b /essential.yml | |
parent | ab0d9d56fb27f19b76fc7c3aba1f0d1936cd44bc (diff) | |
download | infra-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.yml | 1 |
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 } |