zuul-jobs/test-playbooks/dstat-graph.yaml

18 lines
311 B
YAML

- hosts: all
roles:
- ensure-dstat-graph
- run-dstat
# Simulate workload
- hosts: all
tasks:
# Not using ansible pause module on purpose in order to simulate the load
- name: Simulate workload
command: sleep 10
args:
warn: false
- hosts: all
roles:
- dstat-graph