Ansible: Cleanup and speedup
[csit.git] / resources / tools / testbed-setup / ansible / roles / calibration / tasks / main.yaml
1 ---
2 # file: roles/calibration/tasks/main.yaml
3
4 - name: Run Spectre Meltdown checker
5   raw: 'wget -qO - https://meltdown.ovh | sudo bash -s - --no-color || true'
6   register: spectre_meltdown_output
7   tags: run-spectre-meltdown-checker
8
9 - debug: var=spectre_meltdown_output.stdout_lines
10   tags: run-spectre-meltdown-checker
11
12 - name: Machine specifics
13   include_tasks: '{{ ansible_machine }}.yaml'
14   tags: run-jitter-tool