Add GRUB configuration to Ansible role

This commit is contained in:
2021-06-29 17:48:55 -04:00
committed by Joshua Boniface
parent 120871ee45
commit 3d47b12b76
5 changed files with 34 additions and 1 deletions

View File

@ -230,6 +230,7 @@
- xz-utils
- haveged
- ipmitool
- grub-efi
- linux-image-amd64
- linux-headers-amd64
tags: base-packages
@ -572,6 +573,14 @@
- "pvc"
tags: base-ipmi
# GRUB bootloader
- name: install GRUB configuration
template:
src: etc/default/grub.j2
dest: /etc/default/grub
notify:
- update grub
#
# Configure users
#