feat ✨: Add task to configure kernel panic behavior and auto-reboot
This commit introduces two new tasks in the `kernel.yml` file: one to configure the kernel panic behavior and another for enabling automatic reboot on kernel panic. These enhancements improve system reliability by ensuring that the system can recover from critical errors more effectively.
This commit is contained in:
@@ -36,3 +36,6 @@
|
||||
|
||||
- name: Install powertop, auto-tune, and make it persistent
|
||||
ansible.builtin.import_tasks: powertop.yml
|
||||
|
||||
- name: kernel panic auto-reboot
|
||||
ansible.builtin.import_tasks: kernel.yml
|
||||
|
||||
Reference in New Issue
Block a user