Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-speedtest-cli

Ansible role for speedtest CLI
https://github.com/angristan/ansible-speedtest-cli

ansible debian speedtest ubuntu

Last synced: 24 days ago
JSON representation

Ansible role for speedtest CLI

Awesome Lists containing this project

README

        

# Ansible role for speedtest

This is a simple role for Debian-based machines that will install the [official speedtest CLI](https://www.speedtest.net/apps/cli) (not the one from PIP).

## Sample playbook

```yaml
---

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