updated configs
This commit is contained in:
parent
b16534c045
commit
57e5333dc5
@ -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
|
||||
|
@ -4,4 +4,6 @@ install_software:
|
||||
- bash
|
||||
- dropbear
|
||||
- python3
|
||||
- openssh-server
|
||||
# - openssh-server # enable when needed for scp
|
||||
- openssh-client-default
|
||||
- openssh-client-common
|
||||
|
Loading…
x
Reference in New Issue
Block a user