mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Proper author info for all remaining modules
This commit is contained in:
committed by
Matt Clay
parent
18ca7aee07
commit
eb881d7d5d
@@ -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 = '''
|
||||
|
||||
@@ -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' ]
|
||||
"""
|
||||
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: hostname
|
||||
author: Hiroaki Nakamura
|
||||
author: "Hiroaki Nakamura (@hnakamur)"
|
||||
version_added: "1.4"
|
||||
short_description: Manage hostname
|
||||
requirements: [ hostname ]
|
||||
|
||||
@@ -79,7 +79,9 @@ options:
|
||||
|
||||
notes: []
|
||||
requirements: []
|
||||
author: Seth Vidal
|
||||
author:
|
||||
- Ansible Core Team
|
||||
- Seth Vidal
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
# Mount DVD read-only
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -45,7 +45,7 @@ options:
|
||||
notes:
|
||||
- Not tested on any debian based system
|
||||
requirements: [ ]
|
||||
author: Stephen Fromm
|
||||
author: "Stephen Fromm (@sfromm)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 = """
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user