mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Clean up module documentation (#36909)
* Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
This commit is contained in:
parent
58eb2e849d
commit
cdd21e2170
624 changed files with 1458 additions and 9114 deletions
|
@ -33,69 +33,48 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Specify desired state of the resource.
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
authen_scheme_name:
|
||||
description:
|
||||
- Name of an authentication scheme.
|
||||
The value is a string of 1 to 32 characters.
|
||||
required: false
|
||||
default: null
|
||||
first_authen_mode:
|
||||
description:
|
||||
- Preferred authentication mode.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['invalid', 'local', 'hwtacacs', 'radius', 'none']
|
||||
author_scheme_name:
|
||||
description:
|
||||
- Name of an authorization scheme.
|
||||
The value is a string of 1 to 32 characters.
|
||||
required: false
|
||||
default: null
|
||||
first_author_mode:
|
||||
description:
|
||||
- Preferred authorization mode.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['invalid', 'local', 'hwtacacs', 'if-authenticated', 'none']
|
||||
acct_scheme_name:
|
||||
description:
|
||||
- Accounting scheme name.
|
||||
The value is a string of 1 to 32 characters.
|
||||
required: false
|
||||
default: null
|
||||
accounting_mode:
|
||||
description:
|
||||
- Accounting Mode.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['invalid', 'hwtacacs', 'radius', 'none']
|
||||
domain_name:
|
||||
description:
|
||||
- Name of a domain.
|
||||
The value is a string of 1 to 64 characters.
|
||||
required: false
|
||||
default: null
|
||||
radius_server_group:
|
||||
description:
|
||||
- RADIUS server group's name.
|
||||
The value is a string of 1 to 32 case-insensitive characters.
|
||||
required: false
|
||||
default: null
|
||||
hwtacas_template:
|
||||
description:
|
||||
- Name of a HWTACACS template.
|
||||
The value is a string of 1 to 32 case-insensitive characters.
|
||||
required: false
|
||||
default: null
|
||||
local_user_group:
|
||||
description:
|
||||
- Name of the user group where the user belongs. The user inherits all the rights of the user group.
|
||||
The value is a string of 1 to 32 characters.
|
||||
required: false
|
||||
default: null
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue