You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
734 B
45 lines
734 B
3 months ago
|
Unify Bootloader Configuration
|
||
|
=========
|
||
|
|
||
|
Unify bootloader configuration to support BIOS and UEFI boot at the same time.
|
||
|
|
||
|
Requirements
|
||
|
------------
|
||
|
|
||
|
None
|
||
|
|
||
|
Role Variables
|
||
|
--------------
|
||
|
|
||
|
None
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
None
|
||
|
|
||
|
Example Playbook
|
||
|
----------------
|
||
|
|
||
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
||
|
|
||
|
- name: AlmaLinux Generic Cloud
|
||
|
hosts: all
|
||
|
become: true
|
||
|
|
||
|
roles:
|
||
|
- role: unified_boot
|
||
|
when: is_unified_boot is defined
|
||
|
- gencloud_guest
|
||
|
- cleanup_vm
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
GPL-3.0-only
|
||
|
|
||
|
Author Information
|
||
|
------------------
|
||
|
|
||
|
Cloud Special Interest Group (Cloud SIG) of AlmaLinux OS Foundation
|