mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
cloudstack: streamline modules doc (part 2) (#52730)
* cloudstack: streamline modules doc (part 2) * Parameter types added * Copyright format fixes * Doc style fixes * Examples format fixes * minor fixes * fix missing quoting of "version_added"
This commit is contained in:
parent
88e8330e3e
commit
644362d0be
8 changed files with 206 additions and 187 deletions
|
@ -71,20 +71,20 @@ options:
|
|||
description:
|
||||
- Creates the account under the specified role name or id.
|
||||
type: str
|
||||
version_added: 2.8
|
||||
version_added: '2.8'
|
||||
ldap_domain:
|
||||
description:
|
||||
- Name of the LDAP group or OU to bind.
|
||||
- If set, account will be linked to LDAP.
|
||||
type: str
|
||||
version_added: 2.8
|
||||
version_added: '2.8'
|
||||
ldap_type:
|
||||
description:
|
||||
- Type of the ldap name. GROUP or OU, defaults to GROUP.
|
||||
type: str
|
||||
choices: [ GROUP, OU ]
|
||||
default: GROUP
|
||||
version_added: 2.8
|
||||
version_added: '2.8'
|
||||
state:
|
||||
description:
|
||||
- State of the account.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue