[vm] Activate serial tty
parent
e6f92653bc
commit
a5f5a6a52a
|
@ -24,6 +24,7 @@
|
|||
- hosts: crans_vm
|
||||
roles:
|
||||
- qemu-guest-agent
|
||||
- serial-tty
|
||||
|
||||
- hosts: slapd
|
||||
vars:
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Load and activate getty service for ttyS0
|
||||
systemd:
|
||||
name: getty@ttyS0
|
||||
enabled: true
|
||||
state: started
|
Loading…
Reference in New Issue