Install with systemd:
apt-get update
apt-get install systemd
curl -O https://raw.githubusercontent.com/bis-gmbh/2ip-speed/master/systemd-install.sh
chmod +x systemd-install.sh
sudo ./systemd-install.sh
Or install in rc.d:
curl -L "https://github.com/bis-gmbh/2ip-speed/releases/download/v3.1/2ip.speed.linux.x86_64.tar.gz" | tar zx
./speedtest --email=notification@example.com --port=8002
- Clone repositories
git clone https://github.com/bis-gmbh/2ip-speed.git
-
Change playbooks/hosts variables:
- ansible_ssh_host
-
Install binaries and systemd:
ansible-playbook -i playbooks/hosts playbooks/main.yml