Fix existing author entries.
This commit is contained in:
parent
951570316b
commit
54afa14521
22 changed files with 25 additions and 25 deletions
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: auto
|
||||
author:
|
||||
- Matt Davis <@nitzmahone>
|
||||
- Matt Davis (@nitzmahone)
|
||||
version_added: "2.5"
|
||||
short_description: Loads and executes an inventory plugin specified in a YAML config
|
||||
description:
|
||||
|
|
|
@ -5,7 +5,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: config
|
||||
author: Ansible Core
|
||||
author: Ansible Core Team
|
||||
version_added: "2.5"
|
||||
short_description: Lookup current Ansible configuration values
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: file
|
||||
author: Daniel Hokka Zakrisson <daniel@hozac.com>
|
||||
author: Daniel Hokka Zakrisson (!UNKNOWN) <daniel@hozac.com>
|
||||
version_added: "0.9"
|
||||
short_description: read file contents
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: fileglob
|
||||
author: Michael DeHaan <michael.dehaan@gmail.com>
|
||||
author: Michael DeHaan
|
||||
version_added: "1.4"
|
||||
short_description: list files matching a pattern
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: first_found
|
||||
author: Seth Vidal <skvidal@fedoraproject.org>
|
||||
author: Seth Vidal (!UNKNOWN) <skvidal@fedoraproject.org>
|
||||
version_added: historical
|
||||
short_description: return first file found from list
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: indexed_items
|
||||
author: Michael DeHaan <michael.dehaan@gmail.com>
|
||||
author: Michael DeHaan
|
||||
version_added: "1.3"
|
||||
short_description: rewrites lists to return 'indexed items'
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: ini
|
||||
author: Yannig Perre <yannig.perre(at)gmail.com>
|
||||
author: Yannig Perre (!UNKNOWN) <yannig.perre(at)gmail.com>
|
||||
version_added: "2.0"
|
||||
short_description: read data from a ini file
|
||||
description:
|
||||
|
|
|
@ -9,8 +9,8 @@ __metaclass__ = type
|
|||
DOCUMENTATION = """
|
||||
name: inventory_hostnames
|
||||
author:
|
||||
- Michael DeHaan <michael.dehaan@gmail.com>
|
||||
- Steven Dossett <sdossett@panath.com>
|
||||
- Michael DeHaan
|
||||
- Steven Dossett (!UNKNOWN) <sdossett@panath.com>
|
||||
version_added: "1.3"
|
||||
short_description: list of inventory hosts matching a host pattern
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: items
|
||||
author: Michael DeHaan <michael.dehaan@gmail.com>
|
||||
author: Michael DeHaan
|
||||
version_added: historical
|
||||
short_description: list of items
|
||||
description:
|
||||
|
|
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: lines
|
||||
author: Daniel Hokka Zakrisson <daniel@hozac.com>
|
||||
author: Daniel Hokka Zakrisson (!UNKNOWN) <daniel@hozac.com>
|
||||
version_added: "0.9"
|
||||
short_description: read lines from command
|
||||
description:
|
||||
|
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: list
|
||||
author: Ansible core team
|
||||
author: Ansible Core Team
|
||||
version_added: "2.0"
|
||||
short_description: simply returns what it is given.
|
||||
description:
|
||||
|
|
|
@ -10,9 +10,9 @@ DOCUMENTATION = """
|
|||
name: password
|
||||
version_added: "1.1"
|
||||
author:
|
||||
- Daniel Hokka Zakrisson <daniel@hozac.com>
|
||||
- Javier Candeira <javier@candeira.com>
|
||||
- Maykel Moya <mmoya@speedyrails.com>
|
||||
- Daniel Hokka Zakrisson (!UNKNOWN) <daniel@hozac.com>
|
||||
- Javier Candeira (!UNKNOWN) <javier@candeira.com>
|
||||
- Maykel Moya (!UNKNOWN) <mmoya@speedyrails.com>
|
||||
short_description: retrieve or generate a random password, stored in a file
|
||||
description:
|
||||
- Generates a random plaintext password and stores it in a file at a given filepath.
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = r"""
|
||||
name: pipe
|
||||
author: Daniel Hokka Zakrisson <daniel@hozac.com>
|
||||
author: Daniel Hokka Zakrisson (!UNKNOWN) <daniel@hozac.com>
|
||||
version_added: "0.9"
|
||||
short_description: read output from a command
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: random_choice
|
||||
author: Michael DeHaan <michael.dehaan@gmail.com>
|
||||
author: Michael DeHaan
|
||||
version_added: "1.1"
|
||||
short_description: return random element from list
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: sequence
|
||||
author: Jayson Vantuyl <jayson@aggressive.ly>
|
||||
author: Jayson Vantuyl (!UNKNOWN) <jayson@aggressive.ly>
|
||||
version_added: "1.0"
|
||||
short_description: generate a list based on a number sequence
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: subelements
|
||||
author: Serge van Ginderachter <serge@vanginderachter.be>
|
||||
author: Serge van Ginderachter (!UNKNOWN) <serge@vanginderachter.be>
|
||||
version_added: "1.4"
|
||||
short_description: traverse nested key from a list of dictionaries
|
||||
description:
|
||||
|
|
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: template
|
||||
author: Michael DeHaan <michael.dehaan@gmail.com>
|
||||
author: Michael DeHaan
|
||||
version_added: "0.9"
|
||||
short_description: retrieve contents of file after templating with Jinja2
|
||||
description:
|
||||
|
|
|
@ -6,7 +6,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: together
|
||||
author: Bradley Young <young.bradley@gmail.com>
|
||||
author: Bradley Young (!UNKNOWN) <young.bradley@gmail.com>
|
||||
version_added: '1.3'
|
||||
short_description: merges lists into synchronized list
|
||||
description:
|
||||
|
|
|
@ -5,7 +5,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: unvault
|
||||
author: ansible core team
|
||||
author: Ansible Core Team
|
||||
version_added: "2.10"
|
||||
short_description: read vaulted file(s) contents
|
||||
description:
|
||||
|
|
|
@ -5,7 +5,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: varnames
|
||||
author: Ansible Core
|
||||
author: Ansible Core Team
|
||||
version_added: "2.8"
|
||||
short_description: Lookup matching variable names
|
||||
description:
|
||||
|
|
|
@ -5,7 +5,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = """
|
||||
name: vars
|
||||
author: Ansible Core
|
||||
author: Ansible Core Team
|
||||
version_added: "2.5"
|
||||
short_description: Lookup templated value of variables
|
||||
description:
|
||||
|
|
|
@ -21,7 +21,7 @@ DOCUMENTATION = '''
|
|||
description:
|
||||
- Task execution is 'linear' but controlled by an interactive debug session.
|
||||
version_added: "2.1"
|
||||
author: Kishin Yagami
|
||||
author: Kishin Yagami (!UNKNOWN)
|
||||
'''
|
||||
|
||||
import cmd
|
||||
|
|
Loading…
Reference in a new issue