tumbumer.grub

tumbumer.grub

Manage GRUB configuration.

Requirements

None.

Role Variables

var description
tumbumer_grub_timeout GRUB_TIMEOUT in the /etc/default/grub
tumbumer_grub_cmdline_linux GRUB_CMDLINE_LINUX in the /etc/default/grub
tumbumer_grub_cmdline_linux_default GRUB_CMDLINE_LINUX_DEFAULT in the /etc/default/grub

Dependencies

None.

Example Playbook

---
- hosts: all
  vars:
  - tumbumer_grub_timeout: 0
  - tumbumer_grub_cmdline_linux: ipv6.disable=1
  - tumbumer_grub_cmdline_linux_default: ipv6.disable=1
  roles:
  - tumbumer.grub

License

Apache-2.0

Author Information

Denis Dvoretskov aka tumbumer denis@tumbum.com

Install
ansible-galaxy install tumbumer.grub
GitHub repository
License
apache-2.0
Downloads
187
Owner