initial download and build of sipp
still need to copy startup scripts (client/server) and cron
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user