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.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/sshd_keys/meta/main.yml b/roles/sshd_keys/meta/main.yml
new file mode 100644
index 0000000..e790d71
--- /dev/null
+++ b/roles/sshd_keys/meta/main.yml
@@ -0,0 +1,27 @@
+---
+
+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.