1
0
Fork 0
forked from infra/ansible

copr-hypervisor: add serial-console role to x86 hypervisors

This sets up kernel and grub to provide a serial console, which
can be accessed via ipmitool.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-04-17 09:32:52 -07:00
commit f0de921632

View file

@ -41,6 +41,7 @@
- import_role:
name: copr/hypervisor
tags: copr_hypervisor
- {import_role: serial-console, when: datacenter == 'rdu3' and ansible_architecture != 'ppc64le'}
- {import_role: name=linux-system-roles.nbde_client, tags: ['nbde_client'], when: (nbde|bool) }