Merge branch 'vm-setup' into 'newinfra'

[vm] Activate serial tty

See merge request nounous/ansible!41
certbot_on_virtu
_benjamin 2020-08-11 11:47:25 +02:00
commit fcd2bfb8d4
2 changed files with 7 additions and 0 deletions

View File

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

View File

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