1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_iperf.git synced 2024-08-16 13:09:49 +02:00
ansible_role_iperf/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2021-08-19 12:44:19 +02:00
ansible_role_iperf
====================
2021-08-18 15:38:27 +02:00
Ansible role to install, run and configure a iperf3 server.
2021-08-19 12:44:19 +02:00
variables
------------
2021-08-18 15:34:03 +02:00
2021-08-19 12:44:19 +02:00
| variable | default value | description |
| -------- | ------------- | ----------- |
| ``iperf__systemd_enable`` | ``true`` | enable and run or stop and mask the systemd iperf.service |
| ``iperf__options`` | ``'--server'`` | The option for the iperf3 Server |
| ``iperf__packages`` | ``iperf3`` | Packages to install by this role |
| ``iperf__package_state`` | ``present`` | package state. use latest for upgrading installed "{{ iperf__packages }}" |
| ``iperf__user`` | ``iperf`` | User that will run iperf3 as systemd service |
| ``iperf__group`` | ``iperf`` | Group for "{{ iperf__user }}" |
| ``submodules_versioncheck`` | ``false`` | Perform a optional simple versionscheck to prevent running a old version of this role *(recomended)* |
DOCS
------
Have a look at https://iperf.fr/iperf-doc.php for iperf Dokumentation
2021-08-18 16:24:41 +02:00
2021-08-18 15:34:03 +02:00
Testing
----------
2021-08-19 12:44:19 +02:00
Linting of this role is tested using github actions. If you know a great way to test systemd stuff via github-actions please leave a note!