Home

Awesome

Build status

flymia.speedtest_go

This role installs the application speedtest-go, a simple speedtest web app written in Go.

Requirements

Role Variables

The following variables were provided by the config file of the application and have been translated to Ansible variables. Lookup the config file to see what they actually do:

Dependencies

None.

Example Playbook

Since it is not a very complex role, the example playbook is fairly easy. I include it here with some modified variables.

- hosts: servers
  roles:
     - { role: flymia.speedtest_go }
  vars:
    - spgo_configuration_directory: /srv/speedtest-go
    - spgo_installation_directory: /usr/local/bin
    - spgo_enable_service: false

License

GPL 3.0