Add GRUB configuration to Ansible role
This commit is contained in:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user