updated configs

This commit is contained in:
br0tkasten 2021-11-14 19:06:58 +01:00
parent b16534c045
commit 57e5333dc5
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@
- name: install basics
connection: local
delegate_to: localhost
raw: "lxc exec {{ inventory_hostname }} -- /sbin/apk add -U python3 dropbear dropbear-scp wget"
raw: "lxc exec {{ inventory_hostname }} -- /sbin/apk add -U python3 dropbear openssh-client-default wget"
- name: setup /root/.ssh
connection: local

View File

@ -4,4 +4,6 @@ install_software:
- bash
- dropbear
- python3
- openssh-server
# - openssh-server # enable when needed for scp
- openssh-client-default
- openssh-client-common