aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd_keys/meta/main.yml
blob: e790d71ba644750d0d4dea34ad57c99a7fcbb76d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.