Ansible: Rework grub command line
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / host_vars / 10.30.51.25.yaml
1 ---
2 # file: host_vars/10.30.51.25.yaml
3
4 hostname: "t3-sut1"
5 grub:
6   audit: 0
7   hpet: "disable"
8   intel_idle.max_cstate: 1
9   intel_iommu: "on"
10   intel_pstate: "disable"
11   iommu: "pt"
12   isolcpus: "1-17,19-35"
13   mce: "off"
14   nmi_watchdog: 0
15   nohz_full: "1-17,19-35"
16   nosoftlockup: ""
17   numa_balancing: "disable"
18   processor.max_cstate: 1
19   rcu_nocbs: "1-17,19-35"
20   tsc: "reliable"
21   vt.handoff: 1
22 sysctl:
23   kernel:
24     watchdog_cpumask: "0,18"
25   vm:
26     nr_hugepages: 36864
27     max_map_count: 20000
28
29 inventory_cimc_hostname: '10.30.50.25'
30 cpu_microarchitecture: "haswell"