Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -141,7 +141,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -199,7 +199,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -160,7 +160,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -261,7 +261,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -92,7 +92,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -170,7 +170,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -158,7 +158,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -181,7 +181,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -187,7 +187,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -397,7 +397,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -222,7 +222,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -353,7 +353,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -185,7 +185,7 @@ updates:
backup_path:
description: The full path to the backup file
returned: when backup is yes
type: string
type: str
sample: /playbooks/ansible/backup/ce_config.2016-07-16@22:28:34
"""
from ansible.module_utils.basic import AnsibleModule

View file

@ -157,7 +157,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -161,7 +161,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -129,7 +129,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -244,7 +244,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -125,7 +125,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
end_state:
description: k/v pairs of configuration after module execution

View file

@ -163,7 +163,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -96,7 +96,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -87,22 +87,22 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
transfer_result:
description: information about transfer result.
returned: always
type: string
type: str
sample: 'The local file has been successfully transferred to the device.'
local_file:
description: The path of the local file.
returned: always
type: string
type: str
sample: '/usr/work/vrpcfg.zip'
remote_file:
description: The path of the remote file.
returned: always
type: string
type: str
sample: '/vrpcfg.zip'
'''

View file

@ -113,7 +113,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -280,7 +280,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -135,7 +135,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -124,7 +124,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -143,7 +143,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -162,7 +162,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -141,7 +141,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -118,7 +118,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -107,7 +107,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -128,7 +128,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -109,7 +109,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
end_state:
description: k/v pairs of aaa params after module execution

View file

@ -187,7 +187,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -184,7 +184,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -208,7 +208,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -109,7 +109,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -125,7 +125,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -173,7 +173,7 @@ end_state:
state:
description: state as sent in from the playbook
returned: always
type: string
type: str
sample: "present"
updates:
description: command sent to the device
@ -187,7 +187,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -132,7 +132,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -249,7 +249,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: False
'''

View file

@ -68,7 +68,7 @@ RETURN = '''
rebooted:
description: Whether the device was instructed to reboot.
returned: success
type: boolean
type: bool
sample: true
'''

View file

@ -104,7 +104,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
end_state:
description: k/v pairs of configuration after module execution

View file

@ -198,7 +198,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -117,7 +117,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -74,7 +74,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -74,7 +74,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -115,7 +115,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -98,7 +98,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -120,7 +120,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -96,7 +96,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -158,7 +158,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -140,7 +140,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -141,7 +141,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -125,7 +125,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -102,7 +102,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -176,7 +176,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -115,7 +115,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -209,7 +209,7 @@ RETURN = '''
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
proposed:
description: k/v pairs of parameters passed into module

View file

@ -144,7 +144,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -170,7 +170,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -118,7 +118,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''

View file

@ -107,7 +107,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
end_state:
description: k/v pairs of configuration after module execution

View file

@ -125,7 +125,7 @@ updates:
changed:
description: check to see if a change was made on the device
returned: always
type: boolean
type: bool
sample: true
'''