Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plasticrake/ansible-role-ookla-speedtest
An Ansible Role that installs Ookla Speedtest CLI
https://github.com/plasticrake/ansible-role-ookla-speedtest
ansible ansible-galaxy ansible-role ookla speedtest
Last synced: 26 days ago
JSON representation
An Ansible Role that installs Ookla Speedtest CLI
- Host: GitHub
- URL: https://github.com/plasticrake/ansible-role-ookla-speedtest
- Owner: plasticrake
- License: mit
- Created: 2019-11-02T01:59:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T07:33:11.000Z (about 2 years ago)
- Last Synced: 2024-10-04T14:41:35.085Z (about 1 month ago)
- Topics: ansible, ansible-galaxy, ansible-role, ookla, speedtest
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Role Name
An Ansible Role that installs [Ookla Speedtest CLI](https://www.speedtest.net/apps/cli).
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
speedtest_package_state: present
The state of the speedtest package install. If you want to always update to the latest version, change this to `latest`.
speedtest_remove_conflicts: yes
Whether to remove conflicting packages (`speedtest-cli`)
### Debian / Ubuntu
speedtest_repo_install_key: 379CE192D401AB61
speedtest_apt_repository: "deb https://ookla.bintray.com/debian generic main"### RedHat / CentOS / Fedora
speedtest_yum_repo_url: https://bintray.com/ookla/rhel/rpm
speedtest_yum_dest: /etc/yum.repos.d/bintray-ookla-rhel.repo## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- plasticrake.ookla-speedtest
become: yes## License
MIT