summaryrefslogtreecommitdiffstats
path: root/roles/ethtool/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-02 15:43:37 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-02 15:43:37 +0200
commit8494d425eebb714bc152a9487d90f5b32bcca96e (patch)
treea28fc68fb6bd46503e3fa5d59270978a03192bb7 /roles/ethtool/meta/argument_specs.yml
parent66720caa5a108c69e0f561b0b3b0d200733dae15 (diff)
Add role to install ethtool (Wake-on-LAN)
Diffstat (limited to 'roles/ethtool/meta/argument_specs.yml')
-rw-r--r--roles/ethtool/meta/argument_specs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/ethtool/meta/argument_specs.yml b/roles/ethtool/meta/argument_specs.yml
new file mode 100644
index 00000000..8f6ce206
--- /dev/null
+++ b/roles/ethtool/meta/argument_specs.yml
@@ -0,0 +1,8 @@
+---
+argument_specs:
+ main:
+ options:
+ ethtool_wol_interface:
+ type: "str"
+ description: "Network interface to enable Wake-on-LAN on"
+ default: "eth0"