optimize kube workers playbook
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash memhp_default_state=online"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash memhp_default_state=online"
|
||||||
GRUB_CMDLINE_LINUX="memhp_default_state=online rootflags=pquota"
|
GRUB_CMDLINE_LINUX="memhp_default_state=online rootflags=pquota"
|
||||||
register: grub_defaults
|
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
|
- name: Load grub defaults
|
||||||
ansible.builtin.shell: update-grub
|
ansible.builtin.shell: update-grub
|
||||||
|
Reference in New Issue
Block a user