mirror of
https://github.com/roles-ansible/ansible_role_iperf.git
synced 2024-08-16 13:09:49 +02:00
18 lines
370 B
YAML
18 lines
370 B
YAML
---
|
|
# run systemd service with an iperf3 server (Y/n)
|
|
iperf__systemd_enable: true
|
|
iperf__options: '--server'
|
|
|
|
iperf__packages:
|
|
- iperf3
|
|
# change state to latest for upgrading iperf
|
|
iperf__package_state: 'present'
|
|
|
|
|
|
# some variables for user setup
|
|
iperf__user: 'iperf'
|
|
iperf__group: 'iperf'
|
|
|
|
|
|
# should we do a version check? (recomended)
|
|
submodules_versioncheck: false
|