added iperf3 role

This commit is contained in:
2025-09-27 12:06:55 +01:00
parent 1fc65a0470
commit 7bfff87434
8 changed files with 91 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
# /etc/systemd/system/iperf3.service
# file created automatically by ansible mylimbo.globals.iperf3 role
[Unit]
Description=iperf3 server
After=syslog.target network.target auditd.service
[Service]
ExecStart=/usr/bin/iperf3 -s
[Install]
WantedBy=multi-user.target