bundles/openssh: introduce, add to all nodes
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-14 14:35:54 +01:00
parent e56e875433
commit 6d58f2387f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,9 @@
defaults = {
'apt': {
'packages': {
'openssh-client': {},
'openssh-server': {},
'openssh-sftp-server': {},
},
},
}