Fix voidlinux SSH by allocation ptys
This commit is contained in:
@@ -14,3 +14,4 @@ lxc:
|
|||||||
template: voidlinux
|
template: voidlinux
|
||||||
config:
|
config:
|
||||||
- lxc.network.hwaddr = 2e:6d:b6:07:15:01
|
- lxc.network.hwaddr = 2e:6d:b6:07:15:01
|
||||||
|
- lxc.pts = 6
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
template: "{{ item.template }}"
|
template: "{{ item.template }}"
|
||||||
container_config: "{{ item.config }}"
|
container_config: "{{ item.config }}"
|
||||||
with_items: "{{ lxc.containers }}"
|
with_items: "{{ lxc.containers }}"
|
||||||
notify: lxc - inital ssh setup
|
|
||||||
|
|
||||||
- name : lxc - enable ssh on voidlinux
|
- name : lxc - enable ssh on voidlinux
|
||||||
lxc_container:
|
lxc_container:
|
||||||
|
|||||||
Reference in New Issue
Block a user