mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503)
* short_description fix batch 1 * Update plugins/modules/ali_instance.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/apt_rpm.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
621fb6a619
commit
97b584e261
50 changed files with 50 additions and 50 deletions
|
@ -27,7 +27,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ali_instance
|
module: ali_instance
|
||||||
short_description: Create, Start, Stop, Restart or Terminate an Instance in ECS. Add or Remove Instance to/from a Security Group.
|
short_description: Create, Start, Stop, Restart or Terminate an Instance in ECS; Add or Remove Instance to/from a Security Group
|
||||||
description:
|
description:
|
||||||
- Create, start, stop, restart, modify or terminate ecs instances.
|
- Create, start, stop, restart, modify or terminate ecs instances.
|
||||||
- Add or remove ecs instances to/from security group.
|
- Add or remove ecs instances to/from security group.
|
||||||
|
|
|
@ -27,7 +27,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ali_instance_info
|
module: ali_instance_info
|
||||||
short_description: Gather information on instances of Alibaba Cloud ECS.
|
short_description: Gather information on instances of Alibaba Cloud ECS
|
||||||
description:
|
description:
|
||||||
- This module fetches data from the Open API in Alicloud.
|
- This module fetches data from the Open API in Alicloud.
|
||||||
The module must be called from within the ECS instance itself.
|
The module must be called from within the ECS instance itself.
|
||||||
|
|
|
@ -16,7 +16,7 @@ author:
|
||||||
- Christian Berendt (@berendt)
|
- Christian Berendt (@berendt)
|
||||||
- Ralf Hertel (@n0trax)
|
- Ralf Hertel (@n0trax)
|
||||||
- Robin Roth (@robinro)
|
- Robin Roth (@robinro)
|
||||||
short_description: Enables/disables a module of the Apache2 webserver.
|
short_description: Enables/disables a module of the Apache2 webserver
|
||||||
description:
|
description:
|
||||||
- Enables or disables a specified module of the Apache2 webserver.
|
- Enables or disables a specified module of the Apache2 webserver.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -14,7 +14,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: apt_rpm
|
module: apt_rpm
|
||||||
short_description: apt_rpm package manager
|
short_description: APT-RPM package manager
|
||||||
description:
|
description:
|
||||||
- Manages packages with I(apt-rpm). Both low-level (I(rpm)) and high-level (I(apt-get)) package manager binaries required.
|
- Manages packages with I(apt-rpm). Both low-level (I(rpm)) and high-level (I(apt-get)) package manager binaries required.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: beadm
|
module: beadm
|
||||||
short_description: Manage ZFS boot environments on FreeBSD/Solaris/illumos systems.
|
short_description: Manage ZFS boot environments on FreeBSD/Solaris/illumos systems
|
||||||
description:
|
description:
|
||||||
- Create, delete or activate ZFS boot environments.
|
- Create, delete or activate ZFS boot environments.
|
||||||
- Mount and unmount ZFS boot environments.
|
- Mount and unmount ZFS boot environments.
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: circonus_annotation
|
module: circonus_annotation
|
||||||
short_description: create an annotation in circonus
|
short_description: Create an annotation in circonus
|
||||||
description:
|
description:
|
||||||
- Create an annotation event with a given category, title and description. Optionally start, end or durations can be provided
|
- Create an annotation event with a given category, title and description. Optionally start, end or durations can be provided
|
||||||
author: "Nick Harring (@NickatEpic)"
|
author: "Nick Harring (@NickatEpic)"
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_aa_policy
|
module: clc_aa_policy
|
||||||
short_description: Create or Delete Anti Affinity Policies at CenturyLink Cloud.
|
short_description: Create or Delete Anti Affinity Policies at CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create or Delete Anti Affinity Policies at CenturyLink Cloud.
|
- An Ansible module to Create or Delete Anti Affinity Policies at CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_alert_policy
|
module: clc_alert_policy
|
||||||
short_description: Create or Delete Alert Policies at CenturyLink Cloud.
|
short_description: Create or Delete Alert Policies at CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create or Delete Alert Policies at CenturyLink Cloud.
|
- An Ansible module to Create or Delete Alert Policies at CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_blueprint_package
|
module: clc_blueprint_package
|
||||||
short_description: deploys a blue print package on a set of servers in CenturyLink Cloud.
|
short_description: Deploys a blue print package on a set of servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to deploy blue print package on a set of servers in CenturyLink Cloud.
|
- An Ansible module to deploy blue print package on a set of servers in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_loadbalancer
|
module: clc_loadbalancer
|
||||||
short_description: Create, Delete shared loadbalancers in CenturyLink Cloud.
|
short_description: Create, Delete shared loadbalancers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete shared loadbalancers in CenturyLink Cloud.
|
- An Ansible module to Create, Delete shared loadbalancers in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_modify_server
|
module: clc_modify_server
|
||||||
short_description: modify servers in CenturyLink Cloud.
|
short_description: Modify servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to modify servers in CenturyLink Cloud.
|
- An Ansible module to modify servers in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_publicip
|
module: clc_publicip
|
||||||
short_description: Add and Delete public ips on servers in CenturyLink Cloud.
|
short_description: Add and Delete public ips on servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to add or delete public ip addresses on an existing server or servers in CenturyLink Cloud.
|
- An Ansible module to add or delete public ip addresses on an existing server or servers in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_server
|
module: clc_server
|
||||||
short_description: Create, Delete, Start and Stop servers in CenturyLink Cloud.
|
short_description: Create, Delete, Start and Stop servers in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete, Start and Stop servers in CenturyLink Cloud.
|
- An Ansible module to Create, Delete, Start and Stop servers in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: clc_server_snapshot
|
module: clc_server_snapshot
|
||||||
short_description: Create, Delete and Restore server snapshots in CenturyLink Cloud.
|
short_description: Create, Delete and Restore server snapshots in CenturyLink Cloud
|
||||||
description:
|
description:
|
||||||
- An Ansible module to Create, Delete and Restore server snapshots in CenturyLink Cloud.
|
- An Ansible module to Create, Delete and Restore server snapshots in CenturyLink Cloud.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: cloud_init_data_facts
|
module: cloud_init_data_facts
|
||||||
short_description: Retrieve facts of cloud-init.
|
short_description: Retrieve facts of cloud-init
|
||||||
description:
|
description:
|
||||||
- Gathers facts by reading the status.json and result.json of cloud-init.
|
- Gathers facts by reading the status.json and result.json of cloud-init.
|
||||||
author: René Moser (@resmo)
|
author: René Moser (@resmo)
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: consul
|
module: consul
|
||||||
short_description: "Add, modify & delete services within a consul cluster."
|
short_description: "Add, modify & delete services within a consul cluster"
|
||||||
description:
|
description:
|
||||||
- Registers services and checks for an agent with a consul cluster.
|
- Registers services and checks for an agent with a consul cluster.
|
||||||
A service is some process running on the agent node that should be advertised by
|
A service is some process running on the agent node that should be advertised by
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: cpanm
|
module: cpanm
|
||||||
short_description: Manages Perl library dependencies.
|
short_description: Manages Perl library dependencies
|
||||||
description:
|
description:
|
||||||
- Manage Perl library dependencies using cpanminus.
|
- Manage Perl library dependencies using cpanminus.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -15,7 +15,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: deploy_helper
|
module: deploy_helper
|
||||||
author: "Ramon de la Fuente (@ramondelafuente)"
|
author: "Ramon de la Fuente (@ramondelafuente)"
|
||||||
short_description: Manages some of the steps common in deploying projects.
|
short_description: Manages some of the steps common in deploying projects
|
||||||
description:
|
description:
|
||||||
- The Deploy Helper manages some of the steps common in deploying software.
|
- The Deploy Helper manages some of the steps common in deploying software.
|
||||||
It creates a folder structure, manages a symlink for the current release
|
It creates a folder structure, manages a symlink for the current release
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: dimensiondata_vlan
|
module: dimensiondata_vlan
|
||||||
short_description: Manage a VLAN in a Cloud Control network domain.
|
short_description: Manage a VLAN in a Cloud Control network domain
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.dimensiondata
|
- community.general.dimensiondata
|
||||||
- community.general.dimensiondata_wait
|
- community.general.dimensiondata_wait
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: dnsmadeeasy
|
module: dnsmadeeasy
|
||||||
short_description: Interface with dnsmadeeasy.com (a DNS hosting service).
|
short_description: Interface with dnsmadeeasy.com (a DNS hosting service)
|
||||||
description:
|
description:
|
||||||
- >
|
- >
|
||||||
Manages DNS records via the v2 REST API of the DNS Made Easy service. It handles records only; there is no manipulation of domains or
|
Manages DNS records via the v2 REST API of the DNS Made Easy service. It handles records only; there is no manipulation of domains or
|
||||||
|
|
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: github_deploy_key
|
module: github_deploy_key
|
||||||
author: "Ali (@bincyber)"
|
author: "Ali (@bincyber)"
|
||||||
short_description: Manages deploy keys for GitHub repositories.
|
short_description: Manages deploy keys for GitHub repositories
|
||||||
description:
|
description:
|
||||||
- "Adds or removes deploy keys for GitHub repositories. Supports authentication using username and password,
|
- "Adds or removes deploy keys for GitHub repositories. Supports authentication using username and password,
|
||||||
username and password and 2-factor authentication code (OTP), OAuth2 token, or personal access token. Admin
|
username and password and 2-factor authentication code (OTP), OAuth2 token, or personal access token. Admin
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: github_issue
|
module: github_issue
|
||||||
short_description: View GitHub issue.
|
short_description: View GitHub issue
|
||||||
description:
|
description:
|
||||||
- View GitHub issue for a given repository and organization.
|
- View GitHub issue for a given repository and organization.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: github_key
|
module: github_key
|
||||||
short_description: Manage GitHub access keys.
|
short_description: Manage GitHub access keys
|
||||||
description:
|
description:
|
||||||
- Creates, removes, or updates GitHub access keys.
|
- Creates, removes, or updates GitHub access keys.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: gitlab_deploy_key
|
module: gitlab_deploy_key
|
||||||
short_description: Manages GitLab project deploy keys.
|
short_description: Manages GitLab project deploy keys
|
||||||
description:
|
description:
|
||||||
- Adds, updates and removes project deploy keys
|
- Adds, updates and removes project deploy keys
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -14,7 +14,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: gitlab_hook
|
module: gitlab_hook
|
||||||
short_description: Manages GitLab project hooks.
|
short_description: Manages GitLab project hooks
|
||||||
description:
|
description:
|
||||||
- Adds, updates and removes project hook
|
- Adds, updates and removes project hook
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: gitlab_runner
|
module: gitlab_runner
|
||||||
short_description: Create, modify and delete GitLab Runners.
|
short_description: Create, modify and delete GitLab Runners
|
||||||
description:
|
description:
|
||||||
- Register, update and delete runners with the GitLab API.
|
- Register, update and delete runners with the GitLab API.
|
||||||
- All operations are performed using the GitLab API v4.
|
- All operations are performed using the GitLab API v4.
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: gunicorn
|
module: gunicorn
|
||||||
short_description: Run gunicorn with various settings.
|
short_description: Run gunicorn with various settings
|
||||||
description:
|
description:
|
||||||
- Starts gunicorn with the parameters specified. Common settings for gunicorn
|
- Starts gunicorn with the parameters specified. Common settings for gunicorn
|
||||||
configuration are supported. For additional configuration use a config file
|
configuration are supported. For additional configuration use a config file
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: hipchat
|
module: hipchat
|
||||||
short_description: Send a message to Hipchat.
|
short_description: Send a message to Hipchat
|
||||||
description:
|
description:
|
||||||
- Send a message to a Hipchat room, with options to control the formatting.
|
- Send a message to a Hipchat room, with options to control the formatting.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -19,7 +19,7 @@ module: homebrew_tap
|
||||||
author:
|
author:
|
||||||
- "Indrajit Raychaudhuri (@indrajitr)"
|
- "Indrajit Raychaudhuri (@indrajitr)"
|
||||||
- "Daniel Jaouen (@danieljaouen)"
|
- "Daniel Jaouen (@danieljaouen)"
|
||||||
short_description: Tap a Homebrew repository.
|
short_description: Tap a Homebrew repository
|
||||||
description:
|
description:
|
||||||
- Tap external Homebrew repositories.
|
- Tap external Homebrew repositories.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: htpasswd
|
module: htpasswd
|
||||||
short_description: manage user files for basic authentication
|
short_description: Manage user files for basic authentication
|
||||||
description:
|
description:
|
||||||
- Add and remove username/password entries in a password file using htpasswd.
|
- Add and remove username/password entries in a password file using htpasswd.
|
||||||
- This is used by web servers such as Apache and Nginx for basic authentication.
|
- This is used by web servers such as Apache and Nginx for basic authentication.
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ibm_sa_host
|
module: ibm_sa_host
|
||||||
short_description: Adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems.
|
short_description: Adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- "This module adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems."
|
- "This module adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems."
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ibm_sa_host_ports
|
module: ibm_sa_host_ports
|
||||||
short_description: Add host ports on IBM Spectrum Accelerate Family storage systems.
|
short_description: Add host ports on IBM Spectrum Accelerate Family storage systems
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- "This module adds ports to or removes them from the hosts
|
- "This module adds ports to or removes them from the hosts
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ibm_sa_pool
|
module: ibm_sa_pool
|
||||||
short_description: Handles pools on IBM Spectrum Accelerate Family storage systems.
|
short_description: Handles pools on IBM Spectrum Accelerate Family storage systems
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- "This module creates or deletes pools to be used on IBM Spectrum Accelerate Family storage systems"
|
- "This module creates or deletes pools to be used on IBM Spectrum Accelerate Family storage systems"
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ibm_sa_vol
|
module: ibm_sa_vol
|
||||||
short_description: Handle volumes on IBM Spectrum Accelerate Family storage systems.
|
short_description: Handle volumes on IBM Spectrum Accelerate Family storage systems
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- "This module creates or deletes volumes to be used on IBM Spectrum Accelerate Family storage systems."
|
- "This module creates or deletes volumes to be used on IBM Spectrum Accelerate Family storage systems."
|
||||||
|
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ibm_sa_vol_map
|
module: ibm_sa_vol_map
|
||||||
short_description: Handles volume mapping on IBM Spectrum Accelerate Family storage systems.
|
short_description: Handles volume mapping on IBM Spectrum Accelerate Family storage systems
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- "This module maps volumes to or unmaps them from the hosts on
|
- "This module maps volumes to or unmaps them from the hosts on
|
||||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: ipa_subca
|
module: ipa_subca
|
||||||
author: Abhijeet Kasurde (@Akasurde)
|
author: Abhijeet Kasurde (@Akasurde)
|
||||||
short_description: Manage FreeIPA Lightweight Sub Certificate Authorities.
|
short_description: Manage FreeIPA Lightweight Sub Certificate Authorities
|
||||||
description:
|
description:
|
||||||
- Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API.
|
- Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API.
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -16,7 +16,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: jira
|
module: jira
|
||||||
short_description: create and modify issues in a JIRA instance
|
short_description: Create and modify issues in a JIRA instance
|
||||||
description:
|
description:
|
||||||
- Create and modify issues in a JIRA instance.
|
- Create and modify issues in a JIRA instance.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ldap_entry
|
module: ldap_entry
|
||||||
short_description: Add or remove LDAP entries.
|
short_description: Add or remove LDAP entries
|
||||||
description:
|
description:
|
||||||
- Add or remove LDAP entries. This module only asserts the existence or
|
- Add or remove LDAP entries. This module only asserts the existence or
|
||||||
non-existence of an LDAP entry, not its attributes. To assert the
|
non-existence of an LDAP entry, not its attributes. To assert the
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ldap_passwd
|
module: ldap_passwd
|
||||||
short_description: Set passwords in LDAP.
|
short_description: Set passwords in LDAP
|
||||||
description:
|
description:
|
||||||
- Set a password for an LDAP entry. This module only asserts that
|
- Set a password for an LDAP entry. This module only asserts that
|
||||||
a given password is valid for a given entry. To assert the
|
a given password is valid for a given entry. To assert the
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: librato_annotation
|
module: librato_annotation
|
||||||
short_description: create an annotation in librato
|
short_description: Create an annotation in librato
|
||||||
description:
|
description:
|
||||||
- Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created automatically
|
- Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created automatically
|
||||||
author: "Seth Edwards (@Sedward)"
|
author: "Seth Edwards (@Sedward)"
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: linode_v4
|
module: linode_v4
|
||||||
short_description: Manage instances on the Linode cloud.
|
short_description: Manage instances on the Linode cloud
|
||||||
description: Manage instances on the Linode cloud.
|
description: Manage instances on the Linode cloud.
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.7
|
- python >= 2.7
|
||||||
|
|
|
@ -18,7 +18,7 @@ description:
|
||||||
- This module currently supports Linux only.
|
- This module currently supports Linux only.
|
||||||
requirements:
|
requirements:
|
||||||
- netstat or ss
|
- netstat or ss
|
||||||
short_description: Gather facts on processes listening on TCP and UDP ports.
|
short_description: Gather facts on processes listening on TCP and UDP ports
|
||||||
notes:
|
notes:
|
||||||
- |
|
- |
|
||||||
C(ss) returns all processes for each listen address and port.
|
C(ss) returns all processes for each listen address and port.
|
||||||
|
|
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: lldp
|
module: lldp
|
||||||
requirements: [ lldpctl ]
|
requirements: [ lldpctl ]
|
||||||
short_description: get details reported by lldp
|
short_description: Get details reported by lldp
|
||||||
description:
|
description:
|
||||||
- Reads data out of lldpctl
|
- Reads data out of lldpctl
|
||||||
options: {}
|
options: {}
|
||||||
|
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: logentries_msg
|
module: logentries_msg
|
||||||
short_description: Send a message to logentries.
|
short_description: Send a message to logentries
|
||||||
description:
|
description:
|
||||||
- Send a message to logentries
|
- Send a message to logentries
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
module: manageiq_group
|
module: manageiq_group
|
||||||
|
|
||||||
short_description: Management of groups in ManageIQ.
|
short_description: Management of groups in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
module: manageiq_policies
|
module: manageiq_policies
|
||||||
|
|
||||||
short_description: Management of resource policy_profiles in ManageIQ.
|
short_description: Management of resource policy_profiles in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: manageiq_provider
|
module: manageiq_provider
|
||||||
short_description: Management of provider in ManageIQ.
|
short_description: Management of provider in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
module: manageiq_tags
|
module: manageiq_tags
|
||||||
|
|
||||||
short_description: Management of resource tags in ManageIQ.
|
short_description: Management of resource tags in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
module: manageiq_tenant
|
module: manageiq_tenant
|
||||||
|
|
||||||
short_description: Management of tenants in ManageIQ.
|
short_description: Management of tenants in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
|
|
||||||
module: manageiq_user
|
module: manageiq_user
|
||||||
|
|
||||||
short_description: Management of users in ManageIQ.
|
short_description: Management of users in ManageIQ
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.manageiq
|
- community.general.manageiq
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue