aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd_keys/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd_keys/meta/main.yml')
-rw-r--r--roles/sshd_keys/meta/main.yml22
1 files changed, 22 insertions, 0 deletions
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
remember that computers suck.