Proper author info for all remaining modules

This commit is contained in:
Greg DeKoenigsberg
2015-06-15 15:53:30 -04:00
committed by Matt Clay
parent 18ca7aee07
commit eb881d7d5d
76 changed files with 131 additions and 76 deletions

View File

@@ -81,7 +81,7 @@ options:
version_added: "1.9"
description:
- "Adds or removes authorized keys for particular user accounts"
author: Brad Olson
author: "Brad Olson (@bradobro)"
'''
EXAMPLES = '''

View File

@@ -118,7 +118,7 @@ options:
choices: [ "reboot", "yearly", "annually", "monthly", "weekly", "daily", "hourly" ]
requirements:
- cron
author: Dane Summers
author: "Dane Summers (@dsummersl)"
updates: [ 'Mike Grozak', 'Patrick Callahan' ]
"""

View File

@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: group
author: Stephen Fromm
author: "Stephen Fromm (@sfromm)"
version_added: "0.0.2"
short_description: Add or remove groups
requirements: [ groupadd, groupdel, groupmod ]

View File

@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: hostname
author: Hiroaki Nakamura
author: "Hiroaki Nakamura (@hnakamur)"
version_added: "1.4"
short_description: Manage hostname
requirements: [ hostname ]

View File

@@ -79,7 +79,9 @@ options:
notes: []
requirements: []
author: Seth Vidal
author:
- Ansible Core Team
- Seth Vidal
'''
EXAMPLES = '''
# Mount DVD read-only

View File

@@ -29,7 +29,9 @@ description:
contact. It does not make sense in playbooks, but it is useful from
C(/usr/bin/ansible)
options: {}
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
'''
EXAMPLES = '''

View File

@@ -45,7 +45,7 @@ options:
notes:
- Not tested on any debian based system
requirements: [ ]
author: Stephen Fromm
author: "Stephen Fromm (@sfromm)"
'''
EXAMPLES = '''

View File

@@ -45,7 +45,7 @@ options:
notes:
- Not tested on any debian based system
requirements: [ libselinux-python ]
author: Derek Carter <goozbach@friocorte.com>
author: "Derek Carter (@goozbach) <goozbach@friocorte.com>"
'''
EXAMPLES = '''

View File

@@ -21,7 +21,9 @@
DOCUMENTATION = '''
---
module: service
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
version_added: "0.1"
short_description: Manage services.
description:

View File

@@ -57,7 +57,9 @@ notes:
- If the target host is Windows, you will not currently have the ability to use
C(fact_path) or C(filter) as this is provided by a simpler implementation of the module.
Different facts are returned for Windows hosts.
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
'''
EXAMPLES = """

View File

@@ -71,7 +71,7 @@ options:
default: False
notes: []
requirements: []
author: David "DaviXX" CHANIAL <david.chanial@gmail.com>
author: "David CHANIAL (@davixx) <david.chanial@gmail.com>"
'''
EXAMPLES = '''

View File

@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: user
author: Stephen Fromm
author: "Stephen Fromm (@sfromm)"
version_added: "0.2"
short_description: Manage user accounts
requirements: [ useradd, userdel, usermod ]