Add a dummynet role.

This commit is contained in:
Tom Alexander
2024-07-04 15:13:51 -04:00
parent 63a966947b
commit 664af21ad5
11 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- import_tasks: tasks/common.yaml
when: (dummynet_config is defined and os_flavor == "freebsd") or (os_flavor == "linux")