Add GRUB configuration to Ansible role

This commit is contained in:
2023-09-01 15:42:26 -04:00
parent 0802cca980
commit bace67b8bf
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
#