aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd_keys/meta/main.yml
blob: ccf16eb9bc44b4e0e64457e05913964b3cd36d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---

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
remember that computers suck.