Hi All,

I'm thinking of writing a kernel_arg module to help with modifying kernel
arguments in /boot/grub/menu.lst, but before I do that just wanted to make
sure no such module exists? (I had a look at the Ansible Modules list...
not there)

Ideally I'd like to be able to do something like:

kernel_arg: name={{ item.0 }} value={{ item.1 }} state=present
with_items:
   - [ 'splash', 'silent' ]  # splash=silent
   - [ 'showopts', None ]    # this should become just 'showopts'
   - [ 'biosdevname', 1 ]    # biosdevname=1
   - [ 'crashkernel', '' ]   # crashkernel=

How are others modifying kernel arguments?

GS

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to