summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc-ssh/meta/argument_specs.yml
blob: 6f03937d4750ffecac0f86fbf393988840c2e8b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
argument_specs:
  main:
    options:
      pve_lxc_id:
        type: "int"
        required: true
        description: "PVE LXC container ID"
      pve_lxc_ssh_port:
        type: "int"
        default: 2222
        description: "SSH port to configure inside the container"