mirror of
https://github.com/de-it-krachten/ansible-role-grub
synced 2026-09-15 03:41:52 +00:00
No description
| README.md | ||
ansible-role-grub
Configures grub password
Dependencies
Roles
None
Collections
None
Platforms
Supported platforms
- Red Hat Enterprise Linux 81
- Red Hat Enterprise Linux 91
- Red Hat Enterprise Linux 101
- RockyLinux 8
- RockyLinux 9
- RockyLinux 10
- OracleLinux 8
- OracleLinux 9
- OracleLinux 10
- AlmaLinux 8
- AlmaLinux 9
- AlmaLinux 10
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
- Debian 13 (Trixie)
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Ubuntu 26.04 LTS
- Fedora 43
- Fedora 441
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# Grub user
# grub_user: boot
# Grub password
# grub_password: boot
# Grub password salt
# grub_salt: abcd1234
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'grub'
hosts: all
become: 'yes'
tasks:
- name: Include role 'grub'
ansible.builtin.include_role:
name: grub