aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg_sut/tasks/aarch64.yaml
blob: 433ccc0eb680da8ba671310b8b683e304d5925c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# file: roles/tg_sut/tasks/aarch64.yaml

- name: Configure {{ ansible_machine }} kernel parameters
  lineinfile:
    path: '/etc/default/grub'
    state: 'present'
    regexp: '^GRUB_CMDLINE_LINUX='
    line: 'GRUB_CMDLINE_LINUX="isolcpus={{ grub.isolcpus }} nohz_full={{ grub.nohz_full }} rcu_nocbs={{ grub.rcu_nocbs }} intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1"'
  notify:
    - 'Update GRUB'
  tags: set-grub