aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg_sut/tasks/skylake.yaml
blob: 03b4714d3e9de475a1c2a30de06bab4fa697f78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# file: roles/tg_sut/tasks/skylake.yaml

- name: Disable Skylake Turbo-Boost by service
  copy:
    src: 'files/disable-turbo-boost.service'
    dest: '/etc/systemd/system/disable-turbo-boost.service'
    owner: 'root'
    group: 'root'
    mode: '0644'
  tags: disable-turbo-boost

- name: Disable Skylake Turbo-Boost by service on startup
  service:
    name: disable-turbo-boost
    enabled: yes
  tags: disable-turbo-boost