summaryrefslogtreecommitdiffstats
path: root/roles/ssh/meta/argument_specs.yml
blob: ec1a694272fb3bf19be10a1c567cebffcf20da95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
argument_specs:
  main:
    options:
      username:
        type: "str"
        required: true
        description: "The username of the account to add to ssh."
      ssh_port:
        type: "int"
        required: false
        default: 2222
        description: "The default ssh port configuration (to avoid port 22 pwn/testing)"