Skip to content
Snippets Groups Projects
Commit fcd2bfb8 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Merge branch 'vm-setup' into 'newinfra'

[vm] Activate serial tty

See merge request !41
parents e6f92653 a5f5a6a5
No related branches found
No related tags found
2 merge requests!64Keepalived,!41[vm] Activate serial tty
......@@ -24,6 +24,7 @@
- hosts: crans_vm
roles:
- qemu-guest-agent
- serial-tty
- hosts: slapd
vars:
......
---
- name: Load and activate getty service for ttyS0
systemd:
name: getty@ttyS0
enabled: true
state: started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment