[vm] Activate serial tty

certbot_on_virtu
_benjamin 2020-08-11 11:44:58 +02:00
parent e6f92653bc
commit a5f5a6a52a
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@
- hosts: crans_vm
roles:
- qemu-guest-agent
- serial-tty
- hosts: slapd
vars:

View File

@ -0,0 +1,6 @@
---
- name: Load and activate getty service for ttyS0
systemd:
name: getty@ttyS0
enabled: true
state: started