Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angristan/ansible-speedtest-cli
- Owner: angristan
- License: mit
- Created: 2020-03-07T17:19:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T14:52:48.000Z (about 3 years ago)
- Last Synced: 2024-05-21T06:38:54.440Z (6 months ago)
- Topics: ansible, debian, speedtest, ubuntu
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```