updated configs
This commit is contained in:
parent
b16534c045
commit
57e5333dc5
@ -29,7 +29,7 @@
|
|||||||
- name: install basics
|
- name: install basics
|
||||||
connection: local
|
connection: local
|
||||||
delegate_to: localhost
|
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
|
- name: setup /root/.ssh
|
||||||
connection: local
|
connection: local
|
||||||
|
@ -4,4 +4,6 @@ install_software:
|
|||||||
- bash
|
- bash
|
||||||
- dropbear
|
- dropbear
|
||||||
- python3
|
- python3
|
||||||
- openssh-server
|
# - openssh-server # enable when needed for scp
|
||||||
|
- openssh-client-default
|
||||||
|
- openssh-client-common
|
||||||
|
Reference in New Issue
Block a user