From c89c0b2d8af32d6f3f4f2b42efc6a9511fa4aefc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:32:01 +0200 Subject: Add ssh role --- roles/ssh/meta/argument_specs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/ssh/meta/argument_specs.yml (limited to 'roles/ssh/meta/argument_specs.yml') 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)" -- cgit v1.2.3