optimize kube workers playbook

This commit is contained in:
Erki Aas 2025-01-05 23:17:06 +02:00
parent 1960138150
commit 93660a1855

View File

@ -17,7 +17,7 @@
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash memhp_default_state=online"
GRUB_CMDLINE_LINUX="memhp_default_state=online rootflags=pquota"
register: grub_defaults
when: ansible_architecture == 'x86_64'
when: ansible_architecture == 'x86_64' and ansible_virtualization_role == 'guest' # TODO: detect xfs
- name: Load grub defaults
ansible.builtin.shell: update-grub