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:
parent
b5e2300700
commit
f0de921632
1 changed files with 1 additions and 0 deletions
|
|
@ -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) }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue