aboutsummaryrefslogtreecommitdiffstats
path: root/playboooks/dhrystone.yaml
blob: e0b4842cad51f2a83b6c22d5adfa9ec798b6cac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 - hosts: demo1

   tasks:
    - name: cleaning
      shell: rm -rf /root/tempT
    - name: Install git
      shell: yum install git -y
    - name: Clone unixbench
      shell: git clone https://github.com/kdlucas/byte-unixbench.git /root/tempT
    - name: make
      shell: make --directory /root/tempT/UnixBench/
    - name: Run dhrystone
      shell: cd /root/tempT/UnixBench/&&./Run -v dhrystone
    - name: copy results
      shell: scp -r /root/tempT/UnixBench/results/* root@172.18.0.11:/root/results/dhrystone