diff options
Diffstat (limited to 'benchmarks/playbooks/dpi.yaml')
-rw-r--r-- | benchmarks/playbooks/dpi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index e96edc85..c18b75ac 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -19,6 +19,8 @@ - name: make qtip_result shell: mkdir $HOME/qtip_result - include: ./sys_info_pbook.yaml + vars: + network: false - name: Installing nDPI dependencies if CentOS shell: yum install git gcc patch perl-Time-HiRes autofconf automake libpcap-devel libtool -y when: ansible_os_family == "RedHat" |