Fix voidlinux SSH by allocation ptys

This commit is contained in:
Daniel A. Maierhofer
2018-03-17 16:56:59 +01:00
parent 6e4edfb5a8
commit 27f8a6c53b
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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: