From cb6189507ab4f6c6db960105c69b69e92f7710c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 18 Jan 2023 21:06:51 +0100 Subject: feat(roles/sshd_keys): add argument specs --- roles/sshd_keys/meta/main.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'roles/sshd_keys/meta/main.yml') diff --git a/roles/sshd_keys/meta/main.yml b/roles/sshd_keys/meta/main.yml index 46c62ed..e790d71 100644 --- a/roles/sshd_keys/meta/main.yml +++ b/roles/sshd_keys/meta/main.yml @@ -3,3 +3,25 @@ dependencies: - role: sshd tags: dependency + +argument_specs: + main: + short_description: sshd_keys main entrypoint. + options: + + sshd_keys_users: + type: list + elements: str + required: true + description: Users to be synced + + sshd_keys_dir: + type: path + required: true + description: Local directory with public keys + + sshd_keys_paths: + type: list + elements: path + required: true + description: Local directory with public keys -- cgit v1.2.3