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.yml16
1 files changed, 3 insertions, 13 deletions
diff --git a/roles/sshd_keys/meta/main.yml b/roles/sshd_keys/meta/main.yml
index e790d71..ccf16eb 100644
--- a/roles/sshd_keys/meta/main.yml
+++ b/roles/sshd_keys/meta/main.yml
@@ -1,27 +1,17 @@
---
-dependencies:
- - role: sshd
- tags: dependency
-
argument_specs:
main:
- short_description: sshd_keys main entrypoint.
+ short_description: sshd__keys main entrypoint.
options:
- sshd_keys_users:
+ sshd_keys__users:
type: list
elements: str
required: true
description: Users to be synced
- sshd_keys_dir:
+ 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.