mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
12 lines
191 B
YAML
12 lines
191 B
YAML
---
|
|
# defaults file for grub
|
|
|
|
grub_timeout: 5
|
|
|
|
grub_recordfail_timeout: "{{ grub_timeout }}"
|
|
|
|
# Add options here, for example:
|
|
# grub_options:
|
|
# - option: cgroup_enable
|
|
# value: memory
|