Skip to content

angristan/ansible-speedtest-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for speedtest

This is a simple role for Debian-based machines that will install the official speedtest CLI (not the one from PIP).

Sample playbook

---

- hosts: myhost
  roles:
    - {role: speedtest, tags: speedtest}