Add 'Unknown (!UNKNOWN)' as author when author is missing.
This commit is contained in:
parent
54afa14521
commit
29d1438aca
19 changed files with 19 additions and 0 deletions
|
@ -8,6 +8,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: default
|
name: default
|
||||||
type: stdout
|
type: stdout
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
short_description: default Ansible screen output
|
short_description: default Ansible screen output
|
||||||
version_added: historical
|
version_added: historical
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -8,6 +8,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: junit
|
name: junit
|
||||||
type: aggregate
|
type: aggregate
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
short_description: write playbook output to a JUnit file.
|
short_description: write playbook output to a JUnit file.
|
||||||
version_added: historical
|
version_added: historical
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -9,6 +9,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: minimal
|
name: minimal
|
||||||
type: stdout
|
type: stdout
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
short_description: minimal Ansible screen output
|
short_description: minimal Ansible screen output
|
||||||
version_added: historical
|
version_added: historical
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -9,6 +9,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: oneline
|
name: oneline
|
||||||
type: stdout
|
type: stdout
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
short_description: oneline Ansible screen output
|
short_description: oneline Ansible screen output
|
||||||
version_added: historical
|
version_added: historical
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -8,6 +8,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: tree
|
name: tree
|
||||||
type: notification
|
type: notification
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
requirements:
|
requirements:
|
||||||
- invoked in the command line
|
- invoked in the command line
|
||||||
short_description: Save host events to files
|
short_description: Save host events to files
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: advanced_host_list
|
name: advanced_host_list
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Parses a 'host list' with ranges
|
short_description: Parses a 'host list' with ranges
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: constructed
|
name: constructed
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Uses Jinja2 to construct vars and groups based on existing inventory.
|
short_description: Uses Jinja2 to construct vars and groups based on existing inventory.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: generator
|
name: generator
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
short_description: Uses Jinja2 to construct hosts and groups from patterns
|
short_description: Uses Jinja2 to construct hosts and groups from patterns
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
name: host_list
|
name: host_list
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Parses a 'host list' string
|
short_description: Parses a 'host list' string
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -5,6 +5,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: ini
|
name: ini
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Uses an Ansible INI file as inventory source.
|
short_description: Uses an Ansible INI file as inventory source.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -7,6 +7,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: script
|
name: script
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Executes an inventory script that returns JSON
|
short_description: Executes an inventory script that returns JSON
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
name: toml
|
name: toml
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Uses a specific TOML file as an inventory source.
|
short_description: Uses a specific TOML file as an inventory source.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: yaml
|
name: yaml
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: Uses a specific YAML file as an inventory source.
|
short_description: Uses a specific YAML file as an inventory source.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
name: dict
|
name: dict
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
short_description: returns key/value pair items from dictionaries
|
short_description: returns key/value pair items from dictionaries
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
name: nested
|
name: nested
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
short_description: composes a list with nested elements of other lists
|
short_description: composes a list with nested elements of other lists
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -5,6 +5,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: cmd
|
name: cmd
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: '2.8'
|
version_added: '2.8'
|
||||||
short_description: Windows Command Prompt
|
short_description: Windows Command Prompt
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: powershell
|
name: powershell
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: historical
|
version_added: historical
|
||||||
short_description: Windows PowerShell
|
short_description: Windows PowerShell
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -6,6 +6,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: sh
|
name: sh
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
short_description: "POSIX shell (/bin/sh)"
|
short_description: "POSIX shell (/bin/sh)"
|
||||||
version_added: historical
|
version_added: historical
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -20,6 +20,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
name: host_group_vars
|
name: host_group_vars
|
||||||
|
author: Unknown (!UNKNOWN)
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
short_description: In charge of loading group_vars and host_vars
|
short_description: In charge of loading group_vars and host_vars
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Reference in a new issue