Ansible testbed setup for Taishan testbed
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg_sut / tasks / skylake.yaml
1 ---
2 # file: roles/tg_sut/tasks/skylake.yaml
3
4 - name: Disable Skylake Turbo-Boost by service
5   copy:
6     src: 'files/disable-turbo-boost.service'
7     dest: '/etc/systemd/system/disable-turbo-boost.service'
8     owner: 'root'
9     group: 'root'
10     mode: '0644'
11   tags: disable-turbo-boost
12
13 - name: Disable Skylake Turbo-Boost by service on startup
14   service:
15     name: disable-turbo-boost
16     enabled: yes
17   tags: disable-turbo-boost