Code Review
/
csit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
LTS: Performance testing
[csit.git]
/
resources
/
tools
/
testbed-setup
/
ansible
/
roles
/
performance_tuning
/
handlers
/
main.yaml
1
---
2
# file roles/performance_tuning/handlers/main.yaml
3
4
- name: Update GRUB
5
command: update-grub
6
tags:
7
- update-grub
8
9
- name: Reboot server
10
reboot:
11
reboot_timeout: 3600
12
tags:
13
- reboot-server