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)
The one gotcha I see is if you are trying to modify kernel arguments from
different roles as it depends on what order the roles are called in and
that may alter the order in which arguments are applied.