summaryrefslogtreecommitdiffstats
path: root/roles/configure/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:30 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:30 +0200
commit9612066c2431cc6a6e3e7ed558b464b0b1909ee2 (patch)
treeda6fb571a38c92ffcda0a4c5596d1b8ff1c3cc43 /roles/configure/meta/argument_specs.yml
parent3cc7bb4b415e758786ed04d3b506031cd9f1971b (diff)
Add configure role on arch w/testing
Diffstat (limited to 'roles/configure/meta/argument_specs.yml')
-rw-r--r--roles/configure/meta/argument_specs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/configure/meta/argument_specs.yml b/roles/configure/meta/argument_specs.yml
new file mode 100644
index 0000000..cd10572
--- /dev/null
+++ b/roles/configure/meta/argument_specs.yml
@@ -0,0 +1,13 @@
+---
+argument_specs:
+ main:
+ options:
+ configure_playbook_dir:
+ type: "str"
+ description: "The path to the configure playbook directory to run when provided"
+ hostname:
+ type: "str"
+ description: "Check hostname variable in role: bootstrap"
+ mnt_root_path:
+ type: "str"
+ description: "Check mnt_root_path fact in role: bootstrap"