mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Module DOCUMENTATION should match argspec (#34895)
* Module DOCUMENTATION should match argspec Large update of many modules so that DOCUMENTATION option name and aliases match those defined in the argspec. Issues identified by https://github.com/ansible/ansible/pull/34809 In addition to many typos and missing aliases, the following notable changes were made: * Create `module_docs_fragments/url.py` for `url_argument_spec` * `dellos*_command` shouldn't have ever had `waitfor` (was incorrectly copied) * `ce_aaa_server_host.py` `s/raduis_server_type/radius_server_type/g` * `Junos_lldp` enable should be part of `state`.
This commit is contained in:
@@ -60,7 +60,9 @@ options:
|
||||
- how long before wait gives up, in seconds
|
||||
default: 300
|
||||
author: "Simon JAILLET (@jails)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -40,7 +40,9 @@ options:
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
author: "Simon JAILLET (@jails)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -47,7 +47,9 @@ options:
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
author: "Simon JAILLET (@jails)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -101,7 +101,9 @@ options:
|
||||
author:
|
||||
- "Christopher H. Laco (@claco)"
|
||||
- "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -77,7 +77,9 @@ options:
|
||||
description:
|
||||
- Weight of node
|
||||
author: "Lukasz Kawczynski (@neuroid)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -67,7 +67,9 @@ options:
|
||||
- How long before "wait" gives up, in seconds.
|
||||
default: 300
|
||||
author: Ash Wilson
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -44,7 +44,9 @@ notes:
|
||||
C(serial: 1) to avoid exceeding the API request limit imposed by
|
||||
the Rackspace CloudDNS API"
|
||||
author: "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -87,7 +87,9 @@ notes:
|
||||
- As of version 1.7, the C(type) field is required and no longer defaults to an C(A) record.
|
||||
- C(PTR) record support was added in version 1.7
|
||||
author: "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -70,7 +70,9 @@ options:
|
||||
description:
|
||||
- Sets an object to be presented as the HTTP index page when accessed by the CDN URL
|
||||
author: "Paul Durivage (@angstwad)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -86,7 +86,9 @@ options:
|
||||
- meta
|
||||
default: file
|
||||
author: "Paul Durivage (@angstwad)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -33,7 +33,9 @@ options:
|
||||
author:
|
||||
- "Christopher H. Laco (@claco)"
|
||||
- "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -113,7 +113,9 @@ options:
|
||||
- how long before wait gives up, in seconds
|
||||
default: 300
|
||||
author: "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -69,7 +69,9 @@ options:
|
||||
- absent
|
||||
default: present
|
||||
author: "Matt Martz (@sivel)"
|
||||
extends_documentation_fragment: rackspace
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user