1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_iperf.git synced 2024-07-04 03:48:53 +02:00
Go to file
2021-08-19 13:23:28 +02:00
.github update meta info 2021-08-18 17:26:24 +02:00
defaults improve role docs 2021-08-19 12:44:19 +02:00
handlers completed the iperf3 setup 2021-08-18 16:24:41 +02:00
meta update meta info 2021-08-18 17:26:24 +02:00
tasks fixing some typos 2021-08-18 17:01:45 +02:00
templates completed the iperf3 setup 2021-08-18 16:24:41 +02:00
vars improve role docs 2021-08-19 12:44:19 +02:00
.yamllint Initial commit 2021-08-18 15:34:03 +02:00
LICENSE Initial commit 2021-08-18 15:34:03 +02:00
README.md fix url in README 2021-08-19 13:20:46 +02:00

galay MIT License

ansible_role_iperf

Ansible role to install, run and configure a iperf3 server.

variables

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

Testing

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!