summaryrefslogtreecommitdiffstats
path: root/roles/ethtool/meta/argument_specs.yml
blob: ef5aefad813cc56722e2c4bb6826bf9c528a32a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
argument_specs:
  main:
    options:
      ethtool_wol_interface:
        type: "str"
        description: "Network interface to enable Wake-on-LAN on"
        default: "eth0"
      ethtool_lid_ac_action:
        type: "str"
        description: "HandleLidSwitchExternalPower value"
        default: "suspend"
        choices:
          - "ignore"
          - "suspend"
          - "hibernate"
          - "hybrid-sleep"
          - "suspend-then-hibernate"
          - "lock"
          - "poweroff"