summaryrefslogtreecommitdiffstats
path: root/roles/gpu-switch/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gpu-switch/meta/argument_specs.yml')
-rw-r--r--roles/gpu-switch/meta/argument_specs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/gpu-switch/meta/argument_specs.yml b/roles/gpu-switch/meta/argument_specs.yml
new file mode 100644
index 00000000..46632ea4
--- /dev/null
+++ b/roles/gpu-switch/meta/argument_specs.yml
@@ -0,0 +1,10 @@
+---
+argument_specs:
+ main:
+ short_description: "Install gpu-switch"
+ description: "Install gpu-switch"
+ options:
+ gpu_switch_dedicated:
+ type: "bool"
+ default: false
+ description: "Enable dedicated GPU on machine when true other wise use default iGPU"