mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024)
Add attributes to more modules (4/4) (#5968)
* Add attributes to more modules.
* Adjust indentation.
Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
---------
Co-authored-by: Kristian Heljas <11139388+kristianheljas@users.noreply.github.com>
(cherry picked from commit 4b262e39f0
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
94b4034fd2
commit
611e024550
15 changed files with 109 additions and 4 deletions
|
@ -16,9 +16,16 @@ description:
|
||||||
- Create, start, stop and delete Solaris zones.
|
- Create, start, stop and delete Solaris zones.
|
||||||
- This module does not currently allow changing of options for a zone that is already been created.
|
- This module does not currently allow changing of options for a zone that is already been created.
|
||||||
author:
|
author:
|
||||||
- Paul Markham (@pmarkham)
|
- Paul Markham (@pmarkham)
|
||||||
requirements:
|
requirements:
|
||||||
- Solaris 10 or 11
|
- Solaris 10 or 11
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -24,6 +24,13 @@ notes:
|
||||||
yet supported.
|
yet supported.
|
||||||
requirements:
|
requirements:
|
||||||
- bash
|
- bash
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -21,6 +21,13 @@ description:
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.7
|
- python >= 2.7
|
||||||
- spotinst_sdk >= 1.0.38
|
- spotinst_sdk >= 1.0.38
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
|
|
||||||
credentials_path:
|
credentials_path:
|
||||||
|
|
|
@ -15,6 +15,13 @@ short_description: Send code deploy and annotation events to stackdriver
|
||||||
description:
|
description:
|
||||||
- Send code deploy and annotation events to Stackdriver
|
- Send code deploy and annotation events to Stackdriver
|
||||||
author: "Ben Whaley (@bwhaley)"
|
author: "Ben Whaley (@bwhaley)"
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
key:
|
key:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -15,6 +15,13 @@ short_description: Add or remove host to stacki front-end
|
||||||
description:
|
description:
|
||||||
- Use this module to add or remove hosts to a stacki front-end via API.
|
- Use this module to add or remove hosts to a stacki front-end via API.
|
||||||
- Information on stacki can be found at U(https://github.com/StackIQ/stacki).
|
- Information on stacki can be found at U(https://github.com/StackIQ/stacki).
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -19,6 +19,13 @@ description:
|
||||||
author: "Mark Mercado (@mamercad)"
|
author: "Mark Mercado (@mamercad)"
|
||||||
requirements:
|
requirements:
|
||||||
- statsd
|
- statsd
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -21,6 +21,13 @@ notes:
|
||||||
capture API traffic
|
capture API traffic
|
||||||
- Use start_date and start_time with minutes to set future maintenance window
|
- Use start_date and start_time with minutes to set future maintenance window
|
||||||
author: Benjamin Copeland (@bhcopeland) <ben@copeland.me.uk>
|
author: Benjamin Copeland (@bhcopeland) <ben@copeland.me.uk>
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
title:
|
title:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -14,7 +14,14 @@ DOCUMENTATION = '''
|
||||||
module: supervisorctl
|
module: supervisorctl
|
||||||
short_description: Manage the state of a program or group of programs running via supervisord
|
short_description: Manage the state of a program or group of programs running via supervisord
|
||||||
description:
|
description:
|
||||||
- Manage the state of a program or group of programs running via supervisord
|
- Manage the state of a program or group of programs running via supervisord
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -16,6 +16,13 @@ author:
|
||||||
short_description: Manage daemontools services
|
short_description: Manage daemontools services
|
||||||
description:
|
description:
|
||||||
- Controls daemontools services on remote hosts using the svc utility.
|
- Controls daemontools services on remote hosts using the svc utility.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -20,6 +20,13 @@ description:
|
||||||
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
||||||
notes: []
|
notes: []
|
||||||
author: "Raul Melo (@melodous)"
|
author: "Raul Melo (@melodous)"
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -18,6 +18,13 @@ description:
|
||||||
- Manages updates and bundles with the swupd bundle manager, which is used by the
|
- Manages updates and bundles with the swupd bundle manager, which is used by the
|
||||||
Clear Linux Project for Intel Architecture.
|
Clear Linux Project for Intel Architecture.
|
||||||
author: Alberto Murillo (@albertomurillo)
|
author: Alberto Murillo (@albertomurillo)
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
contenturl:
|
contenturl:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -13,8 +13,15 @@ DOCUMENTATION = r'''
|
||||||
module: terraform
|
module: terraform
|
||||||
short_description: Manages a Terraform deployment (and plans)
|
short_description: Manages a Terraform deployment (and plans)
|
||||||
description:
|
description:
|
||||||
- Provides support for deploying resources with Terraform and pulling
|
- Provides support for deploying resources with Terraform and pulling
|
||||||
resource information back into Ansible.
|
resource information back into Ansible.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
choices: ['planned', 'present', 'absent']
|
choices: ['planned', 'present', 'absent']
|
||||||
|
|
|
@ -17,6 +17,13 @@ description:
|
||||||
author: "Nate Kingsley (@nate-kingsley)"
|
author: "Nate Kingsley (@nate-kingsley)"
|
||||||
requirements:
|
requirements:
|
||||||
- Valid Uptime Robot API Key
|
- Valid Uptime Robot API Key
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -17,6 +17,13 @@ module: urpmi
|
||||||
short_description: Urpmi manager
|
short_description: Urpmi manager
|
||||||
description:
|
description:
|
||||||
- Manages packages with I(urpmi) (such as for Mageia or Mandriva)
|
- Manages packages with I(urpmi) (such as for Mageia or Mandriva)
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -16,6 +16,13 @@ short_description: Manage SmartOS virtual machines and zones
|
||||||
description:
|
description:
|
||||||
- Manage SmartOS virtual machines through vmadm(1M).
|
- Manage SmartOS virtual machines through vmadm(1M).
|
||||||
author: Jasper Lievisse Adriaanse (@jasperla)
|
author: Jasper Lievisse Adriaanse (@jasperla)
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
archive_on_delete:
|
archive_on_delete:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue