diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-02 15:43:37 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-02 15:43:37 +0200 |
| commit | 8494d425eebb714bc152a9487d90f5b32bcca96e (patch) | |
| tree | a28fc68fb6bd46503e3fa5d59270978a03192bb7 /roles/ethtool/meta/argument_specs.yml | |
| parent | 66720caa5a108c69e0f561b0b3b0d200733dae15 (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.yml | 8 |
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" |
