blob: 5f4b1fd4e337546b2d5ba6e74ea630a78eac3414 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
argument_specs:
main:
options:
username:
type: "str"
required: true
description: "The username of the created account."
user_public_keys:
type: "list"
required: true
description: "The list SSH public key to be added to user authorized_keys."
elements: "str"
user_groups:
type: "list"
description: "The list of groups the user should be added to."
elements: "str"
default: []
|