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/defaults/main.yml

19 lines
364 B
YAML
Raw Normal View History

2021-08-18 15:34:03 +02:00
---
2021-08-18 15:52:25 +02:00
# run systemd service with an iperf3 server (Y/n)
iperf__systemd_enable: true
2021-08-18 16:24:41 +02:00
iperf__options: '-s'
2021-08-18 15:52:25 +02:00
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'
2021-08-18 15:34:03 +02:00
# should we do a version check? (recomended)
submodules_versioncheck: false