optimize kube workers playbook
This commit is contained in:
parent
1960138150
commit
93660a1855
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user