initial download and build of sipp

still need to copy startup scripts (client/server) and cron
This commit is contained in:
Pi
2019-03-14 14:27:10 -04:00
parent 23915d0549
commit 49fd61019b
6 changed files with 62 additions and 0 deletions

View File

@@ -23,3 +23,10 @@
content: "{{ lookup('template', '{{ role_path }}/templates/hosts.j2') }}"
state: present
tags: update_hosts
- name: install programs and libraries
become: true
apt:
name: [ 'expect', 'ftp', 'cadaver', 'iperf', 'iperf3', 'libpcap0.8', 'libsctp1', 'libsctp-dev', 'libncurses-dev', 'libssl-dev', 'libpcap-dev', 'vim', 'mc', 'smbclient', 'ncurses-dev' ]
update_cache: true
state: present
tags: install_packages