mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Proper author info for all remaining modules
This commit is contained in:
parent
18ca7aee07
commit
eb881d7d5d
76 changed files with 131 additions and 76 deletions
|
@ -94,7 +94,7 @@ options:
|
|||
required: false
|
||||
version_added: "1.6"
|
||||
requirements: [ python-apt, aptitude ]
|
||||
author: Matthew Williams
|
||||
author: "Matthew Williams (@mgwilliams)"
|
||||
notes:
|
||||
- Three of the upgrade modes (C(full), C(safe) and its alias C(yes)) require C(aptitude), otherwise
|
||||
C(apt-get) suffices.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: apt_key
|
||||
author: Jayson Vantuyl & others
|
||||
author: "Jayson Vantuyl & others (@jvantuyl)"
|
||||
version_added: "1.0"
|
||||
short_description: Add or remove an apt key
|
||||
description:
|
||||
|
|
|
@ -63,7 +63,7 @@ options:
|
|||
required: false
|
||||
default: 'yes'
|
||||
choices: ['yes', 'no']
|
||||
author: Alexander Saltanov
|
||||
author: "Alexander Saltanov (@sashka)"
|
||||
version_added: "0.7"
|
||||
requirements: [ python-apt ]
|
||||
'''
|
||||
|
|
|
@ -44,7 +44,7 @@ options:
|
|||
required: false
|
||||
default: no
|
||||
choices: [ "yes", "no" ]
|
||||
author: Evgenii Terechkov
|
||||
author: "Evgenii Terechkov (@evgkrsk)"
|
||||
notes: []
|
||||
'''
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ short_description: Manage Red Hat Network registration and subscriptions using t
|
|||
description:
|
||||
- Manage registration and subscription to the Red Hat Network entitlement platform.
|
||||
version_added: "1.2"
|
||||
author: James Laska
|
||||
author: "James Laska (@jlaska)"
|
||||
notes:
|
||||
- In order to register a system, subscription-manager requires either a username and password, or an activationkey.
|
||||
requirements:
|
||||
|
|
|
@ -24,7 +24,7 @@ short_description: Adds or removes Red Hat software channels
|
|||
description:
|
||||
- Adds or removes Red Hat software channels
|
||||
version_added: "1.1"
|
||||
author: Vincent Van der Kussen
|
||||
author: "Vincent Van der Kussen (@vincentvdk)"
|
||||
notes:
|
||||
- this module fetches the system id from RHN.
|
||||
requirements:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rpm_key
|
||||
author: Hector Acosta <hector.acosta@gazzang.com>
|
||||
author: "Hector Acosta (@hacosta) <hector.acosta@gazzang.com>"
|
||||
short_description: Adds or removes a gpg key from the rpm db
|
||||
description:
|
||||
- Adds or removes (rpm --import) a gpg key to your rpm database.
|
||||
|
|
|
@ -121,7 +121,9 @@ options:
|
|||
notes: []
|
||||
# informational: requirements for nodes
|
||||
requirements: [ yum ]
|
||||
author: Seth Vidal
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Seth Vidal"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue