mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 02:11:32 +00:00
* short_description fix batch 3
* Update plugins/modules/telegram.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6b20572ea1)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4ed5177d60
commit
b765938b79
48 changed files with 48 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: xenserver_facts
|
||||
short_description: get facts reported on xenserver
|
||||
short_description: Get facts reported on xenserver
|
||||
description:
|
||||
- Reads data out of XenAPI, can be used instead of multiple xe commands.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax
|
||||
short_description: create / delete an instance in Rackspace Public Cloud
|
||||
short_description: Create / delete an instance in Rackspace Public Cloud
|
||||
description:
|
||||
- creates / deletes a Rackspace Public Cloud instance and optionally
|
||||
waits for it to be 'running'.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_cdb
|
||||
short_description: create/delete or resize a Rackspace Cloud Databases instance
|
||||
short_description: Create/delete or resize a Rackspace Cloud Databases instance
|
||||
description:
|
||||
- creates / deletes or resize a Rackspace Cloud Databases instance
|
||||
and optionally waits for it to be 'running'. The name option needs to be
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = '''
|
||||
module: rax_cdb_database
|
||||
short_description: 'create / delete a database in the Cloud Databases'
|
||||
short_description: Create / delete a database in the Cloud Databases
|
||||
description:
|
||||
- create / delete a database in the Cloud Databases.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_cdb_user
|
||||
short_description: create / delete a Rackspace Cloud Database
|
||||
short_description: Create / delete a Rackspace Cloud Database
|
||||
description:
|
||||
- create / delete a database in the Cloud Databases.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_clb
|
||||
short_description: create / delete a load balancer in Rackspace Public Cloud
|
||||
short_description: Create / delete a load balancer in Rackspace Public Cloud
|
||||
description:
|
||||
- creates / deletes a Rackspace Public Cloud load balancer.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_clb_nodes
|
||||
short_description: add, modify and remove nodes from a Rackspace Cloud Load Balancer
|
||||
short_description: Add, modify and remove nodes from a Rackspace Cloud Load Balancer
|
||||
description:
|
||||
- Adds, modifies and removes nodes from a Rackspace Cloud Load Balancer
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = '''
|
||||
module: rax_clb_ssl
|
||||
short_description: Manage SSL termination for a Rackspace Cloud Load Balancer.
|
||||
short_description: Manage SSL termination for a Rackspace Cloud Load Balancer
|
||||
description:
|
||||
- Set up, reconfigure, or remove SSL termination for an existing load balancer.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_mon_alarm
|
||||
short_description: Create or delete a Rackspace Cloud Monitoring alarm.
|
||||
short_description: Create or delete a Rackspace Cloud Monitoring alarm
|
||||
description:
|
||||
- Create or delete a Rackspace Cloud Monitoring alarm that associates an
|
||||
existing rax_mon_entity, rax_mon_check, and rax_mon_notification_plan with
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_mon_notification
|
||||
short_description: Create or delete a Rackspace Cloud Monitoring notification.
|
||||
short_description: Create or delete a Rackspace Cloud Monitoring notification
|
||||
description:
|
||||
- Create or delete a Rackspace Cloud Monitoring notification that specifies a
|
||||
channel that can be used to communicate alarms, such as email, webhooks, or
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_network
|
||||
short_description: create / delete an isolated network in Rackspace Public Cloud
|
||||
short_description: Create / delete an isolated network in Rackspace Public Cloud
|
||||
description:
|
||||
- creates / deletes a Rackspace Public Cloud isolated network.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_queue
|
||||
short_description: create / delete a queue in Rackspace Public Cloud
|
||||
short_description: Create / delete a queue in Rackspace Public Cloud
|
||||
description:
|
||||
- creates / deletes a Rackspace Public Cloud queue.
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_image_info
|
||||
short_description: Gather information about the Scaleway images available.
|
||||
short_description: Gather information about the Scaleway images available
|
||||
description:
|
||||
- Gather information about the Scaleway images available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_ip_info
|
||||
short_description: Gather information about the Scaleway ips available.
|
||||
short_description: Gather information about the Scaleway ips available
|
||||
description:
|
||||
- Gather information about the Scaleway ips available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_organization_info
|
||||
short_description: Gather information about the Scaleway organizations available.
|
||||
short_description: Gather information about the Scaleway organizations available
|
||||
description:
|
||||
- Gather information about the Scaleway organizations available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_security_group_info
|
||||
short_description: Gather information about the Scaleway security groups available.
|
||||
short_description: Gather information about the Scaleway security groups available
|
||||
description:
|
||||
- Gather information about the Scaleway security groups available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_server_info
|
||||
short_description: Gather information about the Scaleway servers available.
|
||||
short_description: Gather information about the Scaleway servers available
|
||||
description:
|
||||
- Gather information about the Scaleway servers available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_snapshot_info
|
||||
short_description: Gather information about the Scaleway snapshots available.
|
||||
short_description: Gather information about the Scaleway snapshots available
|
||||
description:
|
||||
- Gather information about the Scaleway snapshot available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: scaleway_volume_info
|
||||
short_description: Gather information about the Scaleway volumes available.
|
||||
short_description: Gather information about the Scaleway volumes available
|
||||
description:
|
||||
- Gather information about the Scaleway volumes available.
|
||||
author:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: smartos_image_info
|
||||
short_description: Get SmartOS image details.
|
||||
short_description: Get SmartOS image details
|
||||
description:
|
||||
- Retrieve information about all installed images on SmartOS.
|
||||
- This module was called C(smartos_image_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: vmadm
|
||||
short_description: Manage SmartOS virtual machines and zones.
|
||||
short_description: Manage SmartOS virtual machines and zones
|
||||
description:
|
||||
- Manage SmartOS virtual machines through vmadm(1M).
|
||||
author: Jasper Lievisse Adriaanse (@jasperla)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: sl_vm
|
||||
short_description: create or cancel a virtual instance in SoftLayer
|
||||
short_description: Create or cancel a virtual instance in SoftLayer
|
||||
description:
|
||||
- Creates or cancels SoftLayer instances.
|
||||
- When created, optionally waits for it to be 'running'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue