jtyr / ansible-grub_cmdline

Role which helps to manage Grub command line arguments
MIT License
0 stars 6 forks source link

allow setting fips=1 #4

Closed sean797 closed 6 years ago

sean797 commented 6 years ago

This requires the extra package dracut-fips

sean797 commented 6 years ago

Updated. Thanks

jtyr commented 6 years ago

Sorry for the delay. I have updated your PR with another commit which simplifies the implementation. The support for FIPS mode is activated by adding the fips=1 into the grub_cmdline_add_args:

grub_cmdline_add_args:
  - fips=1

Please could you test it and let me know if it works for you so I can merge it?

sean797 commented 6 years ago

Yes, that works - thanks!

jtyr commented 6 years ago

Thanks for your contribution, @sean797.