summaryrefslogtreecommitdiffstats
path: root/roles/ssh/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ssh/meta/argument_specs.yml')
-rw-r--r--roles/ssh/meta/argument_specs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/ssh/meta/argument_specs.yml b/roles/ssh/meta/argument_specs.yml
new file mode 100644
index 00000000..ec1a6942
--- /dev/null
+++ b/roles/ssh/meta/argument_specs.yml
@@ -0,0 +1,13 @@
+---
+argument_specs:
+ main:
+ options:
+ username:
+ type: "str"
+ required: true
+ description: "The username of the account to add to ssh."
+ ssh_port:
+ type: "int"
+ required: false
+ default: 2222
+ description: "The default ssh port configuration (to avoid port 22 pwn/testing)"